Forums

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

Map the custom field with the external key in Jira Rest API when creating an issue

erfan pj April 29, 2020

I want to Map the custom field with the external key in Jira Rest API when creating an issue For example :

  • The external API call my Jira to create a new Ticket: /rest/api/2/issue...

    Related fields : Title = "Test 1" Category = Software ...

And then I need to Map this field to my Jira fields,

Summary = Title

Customefield_2025 = Category...

how can it possible, I tried to develop with SIL validator but the problem is can't get the Title value. is there any Idea?

1 answer

0 votes
David_Bakkers
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 18, 2020

Not sure what you mean by 'Map' a custom field. Your REST API example is the endpoint for setting values for issues.

Are you trying to:

  1. Create a custom field from scratch.
  2. Add an existing custom field to one of the screens of an issue type
  3. Set a custom field's value for an issue

Suggest an answer

Log in or Sign up to answer