Forums

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

Can we call Post API's from Jira Cloud??

Srikanth Vemuluri November 15, 2022

Hello All,

I need to change the values of a custom field in Jira based on API calls?? Can we do that and also suggest me how to do that?? 

1 answer

1 accepted

1 vote
Answer accepted
Alex Koxaras -Relational-
Community Champion
November 16, 2022

Hi @Srikanth Vemuluri 

You can use this:

POST /rest/api/3/app/field/value

https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-values--apps-/#api-group-issue-custom-field-values--apps-

You can achieve an http request with Postman or cURL etc.

Srikanth Vemuluri November 16, 2022

Hello @Alex Koxaras -Relational- 

Thank you for your Quick response. Will use the above given info.

Alex Koxaras -Relational-
Community Champion
November 16, 2022

Kindly mark my answer as accepted in order to help others. Thaxn!

Suggest an answer

Log in or Sign up to answer