Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

how to get issue summary for Issue Picker custom field with search REST API

Giacomo Esposito March 28, 2019

Hi All,

I'm using the catworkx Issue Picker for Jira add on in order to add a custom field to include inside an issue CRIPDB-190 the issue CRIPDB-209 as field (see the example below).

It works fine but the search JIRA REST API return inside that custom filed the issue key but I need the issue summary.

Any idea on how to do?

example:

https://XXXX:8443/rest/api/2/search?jql=issuetype%20%3D%20CRIP-Faq&expand=name

{

  • expand: "schema,names",
  • startAt: 0,
  • maxResults: 50,
  • total: 12,
  • issues: [
    • {
      • expand: "operations,versionedRepresentations,editmeta,changelog,renderedFields",
      • id: "14375",
      • self: "https://XXXX/rest/api/2/issue/14375",
      • key: "CRIPDB-190",
      • fields: {
        • customfield_11526: "CRIPDB-209"
        },
      },

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events