Hello
I've created a team managed project and I'm wanting to use JQL to include some of the field values in email notifications. For custom fields in a company managed project, I can use the "{{issue.customfield_10304}} " to include these values.
Since fields from Team Managed projects aren't classed a "custom fields" I can't seem to find the field ID for them.
How can I do this? Where do I find the field ID for fields created in a team managed project?
Thanks
Asher
Found the answer to this in another community post, I was able to go to https://mydomain.atlassian.net/rest/api/3/field and search for the name of the field to get the ID
Hello @Asher Francis
Custom fields created in TM projects still get a customfield_##### identifier. They just don't show up in the Global Custom Fields list.
Follow the guidance on this page for displaying the data for an issue where the custom fields are used, and searching the output to find the field name and associated customfield_##### identifier.
https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/
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.