Top "Jira-rest-api" questions

JIRA REST APIs are for developers who want to integrate JIRA with other standalone or web applications and administrators who want to script interactions with the JIRA server.

JIRA REST API get all users

I'm trying to get all users from JIRA REST API. I need to save all users to my Database from …

rest jira jira-rest-api
Connect Java rest API to JIra

I want to connect Java with JIRA trial account. I tested this code: public class JiraImpl { private static URI JIRA_…

java jira jira-rest-api jira-rest-java-api
Listing All JIRA Transitions via API

I'm looking to set up smart commits in JIRA, but my developers want to know all the options for their …

jira jira-rest-api
Object of class stdClass could not be converted to string PHP issue

Im pulling info from Jira Atlassian API, ive worked with other code and it works fine and i change it …

php object jira jira-rest-api
Access Atlassian Jira REST API to run super simple report on a filter

All I want is basically to login, display info from a simple filter like all open bugs in a milestone. …

php rest jira jira-rest-api
Getting issue comments JIRA python

I am trying to get all comments of issues created in JIRA of a certain search query. My query is …

python jira jira-rest-api
How to get all sprints in project using JIRA REST API

Is there anything something like "http://www.example.com/jira/rest/agile/1.0/sprint?project=XYZ", to retrieve all the sprints …

jira jira-rest-api jira-agile
JIRA REST API -- How to Query On Issue Status Name

I'm using the JIRA REST API and I would like to query for all issues in "Resolved" status. The status …

rest jira jira-rest-api
How to get JIRA Agile issues assigned to the current sprint for the current user using the JIRA REST API?

I'm getting started working with the JIRA REST API. I've learned how to get all the issues assigned to the …

jira jira-plugin jira-rest-api jira-agile greenhopper
How to Create a Issue into JIRA through REST api?

I am sending the POST request to the JIRA with my json data for create a project, but I am …

c# json jira dotnet-httpclient jira-rest-api