Hello Kiran,
There is no specific REST method that presents all Stateoscope data together?
Which data do you need?
I want to retrieve data about when an issue is assigned.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is no particular REST service in Stateoscope.
However you can grab those info using JIRA's REST API.
/rest/api/2/issue/{issuekey}?expand=changelog
This REST service has all transitions and their details
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.