Create and update issues from a web page

MP January 24, 2018

Hi all,

I'm going to create and update issues in JIRA from my webpage. I'm not sure how the auth works. ¿Do I have to authenticate in every call?

Thanks in advance.

1 answer

1 accepted

0 votes
Answer accepted
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 24, 2018

Hello,

You can use cookie based authentication. In this case you authenticate only once. You can read more here:

https://developer.atlassian.com/cloud/jira/platform/jira-rest-api-cookie-based-authentication/

MP January 24, 2018

Thank you for your help Alexey.

hlcfan May 16, 2018

Hi Alexey, there'll be CORS issue using this way to update issue from site other than JIRA.

Suggest an answer

Log in or Sign up to answer