You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I want to Map the custom field with the external key in Jira Rest API when creating an issue For example :
The external API calls 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?