Version - Behaviours with Jira v8.5.1
I have been using a Beavhiours script for several months now with great success. It currently shows/hides various fields based on user selections (lists, cascading lists, checkboxes). I want to condition the…
I'm implementing Automation for Jira for my current project, but have hit a roadblock. Currently the workflow is like this:
Trigger -> Issue transitioned to Resolved
Condition -> Issue type
equals "Test Run"
Condition -> Issue matches issueLinkType…
I have created an Automation task that copies comments from a backlog/sprint card to the associated service desk ticket. This works great. However, I would like to only copy comments if they are not restricted.
Current Automation setup:
When: Issue…
I have a webhook action configured using Code Barrel's Automation for JIRA add-on. It sends a request to an endpoint that expects a JSON payload.
Using the templating syntax, I can write a custom body like
{"some_key": "{{issue.summary}}"}
to…