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"
]
},
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
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.