Forums

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

How can I update a customfield with JIRA Rest service based on the issueid?.

Nageswara Rao Koppisetti
Contributor
August 22, 2018

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.

1 answer

1 accepted

4 votes
Answer accepted
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 22, 2018

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:

Edit Issues REST API

Nageswara Rao Koppisetti
Contributor
August 23, 2018

Thank you petterson.

Could you please attach corresponding request payload to update custom filed.

 

Regards,

Nageswara K 

Nageswara Rao Koppisetti
Contributor
August 23, 2018

Hi Petterson,

 I found solution.

 Regards,

Nageswara K.

Like sw585 likes this
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 23, 2018

Awesome, Nageswara.

Please, feel free to accept my answer so it can help other customers in the community too.

Suggest an answer

Log in or Sign up to answer