Restful service (URL) for accessing Issues from JIRA system

PeriaDurai T August 25, 2014

We are working for Pearson which has bought license from JIRA. They have bought SAAS model.

We are doing an enhancement where in we need to access/update the data in JIRA system.

They create stories/issues using JIRA. We need to access those RESTFul service and update the same in JIRA system.

Required from JIRA team

  1. In order to update the ISSUES/STORIES created at Agile menu, we need correct RESTFUL URL for updating the data.
  2. We need the exact JSON object and format so that we can update the correct values. Hence it would be great if we get the exact JSON structure.
  3. Do we need any authentication to call the RESTFUL service (POST)?

Thanks in advance.

Regards

Periyadurai T.

2 answers

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 25, 2014

See the standard documentation at https://docs.atlassian.com/jira/REST/latest/for points 1 and 2.

For 3, it's also hinted at in there, but to be explicit, yes, REST can only do things that the user you are logged in as can do. So if you do not authenticate, you can only do things that are allowed to "anonymous" users.

0 votes
Thomas Heidenreich
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.
August 25, 2014

You can see all this with the Rest API browser. Just install it and look at the GET values or POST examples.

The system needs the same authentication as when it is access normally.

Suggest an answer

Log in or Sign up to answer