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
Hi there
I am trying to update a specific field in Jira using the Jira API through Excel Power Query and I am not having much success.
Issue key: CRTP-42
id = 234543
custom_field_18470 = CRTP-Priority
I wish to update the custom field "CRTP-Priority" on issue key "CRTP-42" with the value of "Oct-21"
This is the HTML that is generated but it gives a 404 error
https://jira_server_url/rest/api/2/issue/234543/%7B"update":%7B"fields":%7B"customfield_18470":"Oct 21"%7D%7D%7D
(same URL as above but hex codes replaced)
https://jira_server_url/rest/api/2/issue/234543/{"update":{"fields":{"customfield_18470":"Oct 21"}}}
Please could someone assist with the necessary Power query code to achieve the above
Thanks in advance
Regards