Is there any way where I can find the IDs if the system fields and their values?
E.g. I want to have the ID of the Priority field and the Blocker field value.
you can find all JIRA fields IDs (system and custom) through rest call: {Your JIRA base URL} /rest/api/2/field
Thank you Moe, I will check this and send an update. Hopefully, this should work.
It doenot show any numeric value for system fields. ID will we displayed as characters.
Example: For System Field Name "Fix Version/s", "fixVersions" is the ID
[{"id":"fixVersions","name":"Fix Version/s","custom":false,"orderable"
Correct, system fields do not have a numeric id.
how to set value for system field for example I want to set value Environment field using groovy
Most of the system fields can be set with issue.set<id of field>()
what will be filed id for Environment system filed, I want to change Environment value via groovy script
It's environment.
It looks like you're new here. Sign in or register to get started.