Get fields, Resolutions, and Issue Types from Jira
Overview
Use ScriptRunner for Jira to get field, issue type, and resolution information. Using this script, you can get the ID and use it to update other issue information.
Example
I am a ScriptRunner user and I want to implement a new script. To create this script I need to know the IDs of the fields in Jira. With this script I can get the IDs by adding the names of these fields to the script.
Good to Know
- The IssueTypes, Field or Resolutions names must be written as a list of strings as shown in the script.
- If ...