Hi EveryOne
I am new for this jira rest service.I have one custom field in jira. I have to update that filed based on the jira issueid.
can you please help me corresponding request payload to update custom field based on the jira issueid.
Regards,
Nageswara.
Hello Nageswara,
The following call should work to edit a custom field:
PUT /rest/api/2/issue/{issueIdOrKey}
For more information, check the documentation below:
Thank you petterson.
Could you please attach corresponding request payload to update custom filed.
Regards,
Nageswara K
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Petterson,
I found solution.
Regards,
Nageswara K.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome, Nageswara.
Please, feel free to accept my answer so it can help other customers in the community too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.