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.
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-apiI 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-apiI'm looking to set up smart commits in JIRA, but my developers want to know all the options for their …
jira jira-rest-apiIm pulling info from Jira Atlassian API, ive worked with other code and it works fine and i change it …
php object jira jira-rest-apiAll I want is basically to login, display info from a simple filter like all open bugs in a milestone. …
php rest jira jira-rest-apiI am trying to get all comments of issues created in JIRA of a certain search query. My query is …
python jira jira-rest-apiIs 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-agileI'm using the JIRA REST API and I would like to query for all issues in "Resolved" status. The status …
rest jira jira-rest-apiI'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 greenhopperI 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