Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

When working with automation some users probably won’t use a separate automation rule in Jira due to automation limits. Especially when using e.g. the back-up-chat functionality and having a lot of tickets/issues the rule is running on you can fast reach your limit.

In this scenario you might be able to use workaround via either the native Jira webhook post function or via the 3rd party app Scriptrunner.

Use native Jira webhook post function for status transitions

  1. Create the action from yasoon automation (like backup chats → link to docs)

  2. Copy the webhook

  3. Navigate to Jira → system → advanced → webhooks

  4. Create a new webhook and paste the copied webhook in the required field. Save the changes. You can also use JQL to query for specific issues or projects if needed

  5. Go to the desired project and access project settings. Then, navigate to the workflow section and edit the necessary transition

  6. In the postfunctions section, select 'Add New' and choose the webhook postfunction

  7. From the list of webhooks you just created, select the appropriate one

  8. Save the draft and test the functionality

  9. Don't forget to save your progress. Give it a try! (smile)

Scriptrunner (to be checked)

  • No labels