Forums

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

I want to start using Jira cloud rest api

Sunil Yadav May 25, 2018

I do not belong to the technical side.
Please help me understand how to use jira cloud rest api to get data and make changes in issues.

Can you guide me like where should I wright these api and how to give input, etc.
Please start from the basics.
Any documentation and help in this regard is much appreciated.

1 answer

0 votes
Nic Brough -Adaptavist-
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.
May 25, 2018

Jira has quite a lot of functions you can use over REST.  I could point you at the REST docs, but I find them dry (they are reference material, rather than practical)

However, the best way to get started with REST, I think, is to get straight into it.

I would create a test project in your Cloud system so you don't mess anything up, and then try out the examples in https://developer.atlassian.com/server/jira/platform/jira-rest-api-examples/ with it!

Sunil Yadav May 25, 2018

Thank you Nic for the reply.
I have read the content from the link you attached.
For starters, just tell me where do I need to write these rest api and codes?

Nic Brough -Adaptavist-
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.
May 25, 2018

The examples are curl commands you run on a command line.  

Sunil Yadav May 25, 2018

By command line are you referring to command promt or cmd ?

Sunil Yadav May 30, 2018

Hi Nic,

We are using .net in visual studio to trigger the rest api.
But an error saying that "the remote name could not be resolved" is showing.
Please help.

Nic Brough -Adaptavist-
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.
May 31, 2018

The .net call is being made to a server the machine cannot locate.  That's either you giving it the wrong name, your network not knowing how to resolve the name to an address, or your network blocking the route to it (although that third one should usually give a different error message)

Try an nslookup on the name of the Cloud server you are trying to reach, on the machine that your .net call is being made from.  I expect it to fail, but at least tell you why.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events