GET custom field value for specific issue

Artem Cheremisin January 4, 2021

Is there is some way to get value of custom field for certain issue? 

I tried to get it via 'https://jirasite/rest/api/2/issue/issue/editmeta

but it returns only something like that not values.

"customfield_10560": {
"required": false,
"schema": {
"type": "array",
"items": "string",
"custom": "com.atlassian.jira.plugin.system.customfieldtypes:labels",
"customId": 10560
},
"name": "ENV NAME
"key": "customfield_10560",
"autoCompleteUrl": "https://jirasite/api/1.0/labels/16622/suggest?customFieldId=10560&query=",
"operations": [
"add",
"set",
"remove"
]
},

1 answer

1 accepted

0 votes
Answer accepted
Martin Bayer _MoroSystems_ s_r_o__
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 4, 2021

hi @Artem Cheremisin

welcome on the community.  You can use this endpoint - https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-get

Example: https://yourdomain.atlassian.net/rest/api/3/issue/CP-3 where

  • yourdomain must be replaced with real domain
  • CP-3 is key of the issue

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events