The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.
For a list of other such plugins, see the Pipeline Steps Reference page.
addSprintComment
: [Zoho Sprints] Add a sprint commentaddSprintsReleaseComment
: [Zoho Sprints] Add a release commentcompleteSprint
: [Zoho Sprints] Complete a sprintcreateSprints
: [Zoho Sprints] Create a sprintsprintsAddFeedStatus
: [Zoho Sprints] Add a feed statussprintsAddWorkItem
: [Zoho Sprints] Create a work itemsprintsAddWorkItemComment
: [Zoho Sprints] Add an item commentsprintsCreateRelease
: [Zoho Sprints] Create a releasesprintsUpdateRelease
: [Zoho Sprints] Update a releasesprintsUpdateWorkItem
: [Zoho Sprints] Update a work itemstartSprint
: [Zoho Sprints] Start a sprintupdateSprints
: [Zoho Sprints] Update a sprintwrap([$class: 'AddWorkItemOnFailure'])
: [Zoho Sprints] Create a work item on failureaddSprintComment
: [Zoho Sprints] Add a sprint commentprojectNumber : String
sprintNumber : String
note : String
addSprintsReleaseComment
: [Zoho Sprints] Add a release commentprojectNumber : String
releaseNumber : String
note : String
createSprints
: [Zoho Sprints] Create a sprintprojectNumber : String
name : String
description : String
scrummaster : String
users : String
duration : String
startdate : String
enddate : String
customFields : String
sprintsAddWorkItem
: [Zoho Sprints] Create a work itemprojectNumber : String
sprintNumber : String
name : String
description : String
status : String
type : String
priority : String
duration : String
assignee : String
startdate : String
enddate : String
customFields : String
sprintsAddWorkItemComment
: [Zoho Sprints] Add an item commentprojectNumber : String
sprintNumber : String
itemNumber : String
note : String
sprintsCreateRelease
: [Zoho Sprints] Create a releaseprojectNumber : String
name : String
goal : String
stage : String
owners : String
startdate : String
enddate : String
customFields : String
sprintsUpdateRelease
: [Zoho Sprints] Update a releaseprojectNumber : String
releaseNumber : String
name : String
goal : String
stage : String
startdate : String
enddate : String
customFields : String
sprintsUpdateWorkItem
: [Zoho Sprints] Update a work itemprojectNumber : String
sprintNumber : String
itemNumber : String
name : String
description : String
status : String
type : String
priority : String
duration : String
startdate : String
enddate : String
customFields : String
updateSprints
: [Zoho Sprints] Update a sprintprojectNumber : String
sprintNumber : String
name : String
description : String
duration : String
startdate : String
enddate : String
customFields : String
wrap([$class: 'AddWorkItemOnFailure'])
: [Zoho Sprints] Create a work item on failureprojectNumber : String
sprintNumber : String
name : String
description : String
status : String
type : String
priority : String
duration : String
assignee : String
startdate : String
enddate : String
customFields : String
Please submit your feedback about this page through this quick form.
Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?
See existing feedback here.