Access fields from the issue object in Behaviours for Jira Cloud
Overview
Need to access field values on the issue object in your behaviours script then you can do this by making a request to the Jira Rest API to return the current issue.
Example
Check if an issue is in a current status on the issue and perform some actions if the issue is in a certain status.
Good to Know
- You can can access any field on the ...