Questions tagged [automation-for-jira]

For questions about the Automation for JIRA add-on by Code Barrel.

Links:

4 questions
2
votes
0 answers

Scriptrunner Behaviours: How to make custom field required when I select a specific radio button option?

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…
Mark C
  • 21
  • 1
  • 2
1
vote
1 answer

JQL - How to filter linked issues by type?

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…
lupinesse
  • 11
  • 2
1
vote
0 answers

Automation for Jira: Copy a comment if it is not restricted to a specific group

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…
brockGV
  • 11
  • 2
0
votes
1 answer

Escape values in webhook's JSON payload in Automation for JIRA

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…
Mark Amery
  • 143,130
  • 81
  • 406
  • 459