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

sprintsAddItem: [Zoho Sprints] Create New Item

  • name : String
    Enter the item name.
  • prefix : String
    Add a work item to Zoho Sprints. Format: PI#S2 (P1 - Project Number, S2 - Sprint Number). Input P1#S0, if you would like to add the item to the backlog.
  • description : String
    Brief your item here.
  • type : String
    Item type can either be a bug or task.
  • assignee : String
    Enter the email address of the portal user. Here, the assignee should be in an active state. When you try to add an inactive user, the following operation will not reflect in Zoho Sprints.
  • attachment : String
    Upload the build log file as attachment.

sprintsAddItemComment: [Zoho Sprints] Add Comments to Item

  • prefix : String
    Enter the syntax. Example: P1#I10 (P3 - Project ID, I10 - Item ID). You can only add a comment up to 10 items.
  • note : String
    Any malicious content will be automatically removed.
  • logfile : String
    Upload the build log file as an attachment.

sprintsAssociateItemToRelease: [Zoho Sprints] Associate Item To Release

  • releasePrefix : String
    Enter the release details. Example: P2#R10
  • itemPrefix : String
    Enter the prefix of your item here. Example: P1#I10 (P1 - Project number, I10 - Item number), P#I11, P#I12, P2#I13

sprintsCreateRelease: [ZohoSprints] Create Release

  • prefix : String
    Enter the prefix of your project here. Example: P10 (P10 - Project number)
  • itemPrefix : String
    Enter the prefix of your item here. Example: P1#I10 (P1 - Project number, I10 - Item number), P#I11, P#I12, P2#I13
  • releaseName : String
    Enter the name of the release here
  • description : String
    Add a line or two to describe the release
  • stage : String
    Mention the stage of the release
  • owner : String
    Mention the email id of the release’s owner
  • period : String
    Mention the number of days required for the release (not lesser than 3)

sprintsUpdateItemPriority: [Zoho Sprints] Update Item Priority

  • prefix : String
    Input the relevant project and item id here. Example: P1#I10 (P1 - Project number, I10 - Item number). You can update priority of up to 10 items across projects at a time. Example: P1#I10, P#I11, P#I12, P2#I13
  • priority : String
    Enter a valid priority name as mentioned in Zoho Sprints. The following operation will not reflect if you enter an invalid priority name.

sprintsUpdateItemStatus: [Zoho Sprints] Update Item Status

  • prefix : String
    Input the relevant project and item id here. Example: P1#I10 (P1 - Project number, I10 - Item number). You can update status of up to 10 items across projects at a time. Example: P1#I10, P#I11, P#I12, P2#I13
  • status : String
    Enter a valid status name as mentioned in Zoho Sprints. The following operation will not reflect if you enter an invalid status name. (Or) Enter $STATUS_PARAM to fetch all the status on the sprint board.

sprintsUpdateReleaseStage: [ZohoSprints] Update Release Stage

  • releasePrefix : String
    Enter the release details. Example: P2#R10
  • stage : String
    Mention the stage to which you want to update your release.

wrap([$class: 'BuildEnvironmentForCreateIssueOnFailure']): [Zoho Sprints] Create Item On Failure

  • name : String
    Enter the item name.
  • prefix : String
    Add a work item to Zoho Sprints. Format: PI#S2#R1 (P1 - Project Number, S2 - Sprint Number/Backlog ID, R1 - Release Number). Release Number is Optional
  • description : String
    Brief your item here.
  • type : String
    Item type can either be a bug or task.
  • assignee : String
    : Enter the email address of the portal user. Here, the assignee should be in an active state. When you try to add an inactive user, the following operation will not reflect in Zoho Sprints.
  • attachment : String
    Upload the build log file as an attachment.

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.