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 am completely new in RestTemplate and basically in the REST APIs also. I want to retrieve some data in …
java spring resttemplate jira-rest-apiI'm trying to get all the fields and values from a specific issue my code: authenticated_jira = JIRA(options={'server': …
python jira-rest-api python-jiraI'm trying to get all issues of project and then find which are done, but I don't know how. I …
jira jira-rest-api jira-rest-java-apiI'm currently developing my first java program who'll make a call to a rest api(jira rest api, to be …
java spring rest jira-rest-apiI'm currently running into an error when attempting to connect to JIRA using Python2.7 and the JIRA REST API (http://…
python python-2.7 jira jira-rest-apiI want to change jira issue status with python-jira.The python-jira API is http://jira-python.readthedocs.org/en/latest/ .I …
python jira jira-rest-api python-jiraCould anyone specify the ways to integrate JIRA with TortoiseSVN to track the issue details? What URL should be specified …
svn tortoisesvn jira jira-rest-apiI am able to create a ticket in JIRA using CURL command and having a json data handy. curl -D- …
curl jira jira-rest-api jira-rest-java-apiI am trying to create a issue in Jira . I am able to make a GET request with a proper …
php google-app-engine jira jira-rest-api http-streamingI am trying to get a list of all JIRA issues so that I may iterate through them in the …
python jira jira-rest-api