I can get a list of issues of type "Epic" with the following endpoint:
https://<myorg>.atlassian.net/rest/api/2/search?jql=issuetype=Epic
How do I construct the jql such that I can get a list of issues where a custom field has a particular value?
I have added a custom field of type "short text" with name "Power PPM Identifier". The internal name of this field is
customfield_10032
If I query the REST API for a particular Epic, I can see the value like this:
"customfield_10032": "6de4d40d-0ba2-4a8c-bf04-2642d62768f9",
https://<myorg>.atlassian.net/rest/api/2/search?jql=customfield_10032=6de4d40d-0ba2-4a8c-bf04-2642d62768f9
{
"errorMessages": [
"Field 'customfield_10032' does not exist or you do not have permission to view it."
],
"warningMessages": []
}
https://<myorg>.atlassian.net/rest/api/2/search?jql="Power PPM Identifier[Short text]" ~ 6de4d40d-0ba2-4a8c-bf04-2642d62768f9
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.