Hi!!
I work in a big organization, and we have similar fields available for multiple projects and users
I want to do an automatization rule using the info from a specific field, but this won't work because I am not using the correct one (I have 50 possible options)
How can I know for sure which one is being used in my project?
Thansk a lot!!
Hello @Paola Cristancho
Welcome to the Atlassian community.
Refer to this document:
https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/
You can use a REST API to output in a browser window the JSON for an issue in your project. You can look through that output to find the field that has the value in that issue, and find the customfield_##### identifier that corresponds to that field.
Dear Trudy!
Thanks a lot! The article worked for me :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great!
If you question has been satisfactorily answered, please consider clicking the Accept Answer button for my answer.
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.