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
Thanks in advance.
Regards
Periyadurai T.
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.