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.

Basic authentication for REST API using spring restTemplate

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-api
Get fields from a specific Jira issue

I'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-jira
How to get all issues of project via Jira REST Java Client?

I'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-api
How to make a rest api call in java and map the response object?

I'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-api
SSL3 Certificate Verify Failed when Connecting to JIRA API Using Python

I'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-api
Is it possible to change jira issue status with python-jira?

I 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-jira
Integration of JIRA with TortoiseSVN

Could anyone specify the ways to integrate JIRA with TortoiseSVN to track the issue details? What URL should be specified …

svn tortoisesvn jira jira-rest-api
Update JIRA ticket status using REST API

I 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-api
HTTP request failed! HTTP/1.1 400 Bad Request

I 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-streaming
Get list of all JIRA issues (python)

I am trying to get a list of all JIRA issues so that I may iterate through them in the …

python jira jira-rest-api