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.

Zoho Sprints

addSprintComment: [Zoho Sprints] Add a sprint comment

  • projectNumber : String
  • sprintNumber : String
  • note : String

addSprintsReleaseComment: [Zoho Sprints] Add a release comment

  • projectNumber : String
  • releaseNumber : String
  • note : String

completeSprint: [Zoho Sprints] Complete a sprint

  • projectNumber : String
  • sprintNumber : String

createSprints: [Zoho Sprints] Create a sprint

  • projectNumber : String
  • name : String
  • description : String
  • scrummaster : String
  • users : String
  • duration : String
  • startdate : String
  • enddate : String
  • customFields : String

sprintsAddFeedStatus: [Zoho Sprints] Add a feed status

  • projectNumber : String
  • feed : String

sprintsAddWorkItem: [Zoho Sprints] Create a work item

  • projectNumber : 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 comment

  • projectNumber : String
  • sprintNumber : String
  • itemNumber : String
  • note : String

sprintsCreateRelease: [Zoho Sprints] Create a release

  • projectNumber : String
  • name : String
  • goal : String
  • stage : String
  • owners : String
  • startdate : String
  • enddate : String
  • customFields : String

sprintsUpdateRelease: [Zoho Sprints] Update a release

  • projectNumber : String
  • releaseNumber : String
  • name : String
  • goal : String
  • stage : String
  • startdate : String
  • enddate : String
  • customFields : String

sprintsUpdateWorkItem: [Zoho Sprints] Update a work item

  • projectNumber : String
  • sprintNumber : String
  • itemNumber : String
  • name : String
  • description : String
  • status : String
  • type : String
  • priority : String
  • duration : String
  • startdate : String
  • enddate : String
  • customFields : String

startSprint: [Zoho Sprints] Start a sprint

  • projectNumber : String
  • sprintNumber : String

updateSprints: [Zoho Sprints] Update a sprint

  • projectNumber : 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 failure

  • projectNumber : String
  • sprintNumber : String
  • name : String
  • description : String
  • status : String
  • type : String
  • priority : String
  • duration : String
  • assignee : String
  • startdate : String
  • enddate : String
  • customFields : String

Was this page helpful?

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.