Im doing an automation to update the "Effort" field in JDP, however that field doesnt seem to be recognised. According to
https://support.atlassian.com/cloud-automation/docs/advanced-field-editing-using-json/ this seems this might not be supported?
Hi @lila
Here is the document to find the field id in Jira
https://confluence.atlassian.com/jirakb/how-to-find-any-custom-field-s-ids-744522503.html
Thanks,
Pramodh
Hi @lila
Smart values are name, spacing, and case-sensitive, and they may not exactly match the displayed name on the issue pages. When an incorrect smart value is used, it returns null and so often fails silently in rules.
To find the correct smart value (or its custom field id) please use this how-to article: https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/
The essential steps are:
yourJiraURL/rest/api/3/issue/exampleIssueKey?expand=names
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.