Friday 1 July 2016

JIRA API

Project:
http://domain:8080/rest/api/2/project/{project key}

Project Versions:
http://domain:8080/rest/api/2/project/{project key}/versions

Search Jira Issues
http://domain:8080/rest/api/2/search/?jql={0}&maxResults={2}&fields={1}

Sprint Details
http://domain:8080/rest/agile/1.0/sprint/{sprint id}

Project Version By Id
http://domain:8080/rest/api/2/version/{project version id}

Version Report Chart
http://domain:8080/rest/greenhopper/1.0/rapid/charts/versionreport?rapidViewId={0}&versionId={1}

Health Gadget for Sprint
http://domain:8080/rest/greenhopper/1.0/gadgets/sprints/health?rapidViewId={0}&sprintId={1}
Links

2 comments:

gracylayla said...

This API is the primary way to interact with Jira remotely, whether you are building an app, scripting interactions with Jira or developing any other integration. we are also giving Jira Administration Training

kalpana said...

This API serves as the key method for remote interaction with Jira. It is essential for tasks such as app development, scripting interactions with Jira, or creating various integrations. Additionally, I found the JIRA Tutorial Guide for Beginners to be explained.