The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Synchronizing JIRA with 3rd Party System

Khurram Mir
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 5, 2013

I want to synchronizing my bug tracking system to JIRA. I use different rest api approaches to get bug information, but not get appropriate information.

http://example.com:8080/jira/rest/api/2/issue/{issueIdOrKey} [GET, DELETE, PUT] http://example.com:8080/jira/rest/api/2/search [GET, POST]

but both of these cant give me appropriate information.

and one more these can me protected properties of json, which is not able to parse.

[requestLength:protected] => 0 [acceptType:protected] => application/json [responseBody:protected] => {"expand":"renderedFields,names,schema,transitions,operations,editmeta,changelog", ....

Look at protected properties of json.

What i am looking for

1-Get latest Status of the bug. 2-Parse protected properties of JSON.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Gary
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 8, 2013

Hi Khurram,

To pull the status back of an issue, you would just need to add '/status':

http://example.com:8080/jira/rest/api/2/issue/status [GET]

For #2, can you show me the contents of the script you are using (minus the credentials)?

Cheers,

Gary

Khurram Mir
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 11, 2013

http://example.com:8080/jira/rest/api/2/issue/status [GET]
This give me all of the bugs in the system,i only want spacific bug whoes bug id is given.

one more thing JSON responce is protected ([responseBody:protected]) how i get ([responseBody]) with out protected condition.


TAGS
AUG Leaders

Atlassian Community Events