Can someone please tell me how to find the custom field labels in JPD? I'm trying to setup an automation, and I can't find this information anywhere. I've tried everything [I have access to] from this page: https://confluence.atlassian.com/jirakb/learn-multiple-methods-to-obtain-custom-field-ids-for-jira-and-jira-service-management-products.-744522503.html but nothing is working.
The inspect tool doesn't display this information, nor does the JQL search, and my Project fields don't have the three "more" dots... ugh. Please advise!
This is date field if that matters.
You can utilize the API call:
https://[Instance Name].atlassian.net/rest/api/3/issue/[Work Item Id]?expand=names
Specify an existing work item (Idea) within your JPD project.
Thanks, Gary. Though I'm not familiar with making API calls. I understand the [Work Item Id] but what should I reference as the [Instance Name] ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You'll see it in the URL you use to access Jira/Confluence. It's usually the name of your company. It'll be the beginning part of the URL:
https://yourcompany.atlassian.net/jira
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah! Ok, thanks so much! That worked. I didn't understand the API section of the documentation well enough to build the URL, so thank you!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Absolutely! The API documentation isn't exactly the clearest (imo). Glad I could help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Emily Nash
In general, you may use this how-to article to learn the smart values (or custom field IDs) for fields supported by rules:
https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/
For JPD, some extra considerations are:
If you need assistance reading / writing to a JPD date field, please let me know.
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.
Hey Bill --
Thanks for the response. I think you assisted me on another custom date trigger. Now I have my other automation working, I want to setup another one.
I don't know how I managed to find the custom field reference ID last time (though Jira has been making so many updates as of late, it could have gotten lost/removed), I cannot find the numeric ID of the custom field, i.e. "customfield_?????" That's really what I'm looking for regarding this particular query.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.