Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

Header: <Name: Authorization, Value: Bearer Your Personalized Token>

Method: <PUT>

...

Let’s check the audit log of the rule.

...

Enjoy it!

⬅️ Create Release in Release Management and assign

...

Tags

This is the use case of creating Release, putting it in specific Column and assigning Tag to it. Why it’s important? - It shows how you can create multiple actions with Jira Automation and connect execution of one action with another.

...

Header: <Name: Authorization, Value: Bearer Your Personalized Token>

Method: <POST>

...

Info

IMPORTANT: Make sure that “Delay execution of subsequent rule actions until we've received a response for this webhook“ is enabled for release creation webhook. This will allow to create subsequent actions to assign additional properties to release for e.g. Add Comment, Assign Tag, Add Milestones, etc.)

Step 3: Add subsequent action (e.g. to Assign

...

Tags to Release)

Create another Webhook action

...

URL: https://your_jira_url/rest/release-management/1.0/tag/release/{{webhookResponse.body.id}}

Info

webhookResponse.body.id is the ID of Release you created on previous step.

Header: <Name: Authorization, Value: Bearer Your Personalized Token>

Method: <PUT>

...

Test it and make sure that the execution status is Green.