REST Java Client for JIRA is for developers who want to integrate JIRA with other Java-based standalone or web applications.
I installed tomcat 7 to upgraded my JIRA projeect version from 5.0 to 6. After I place the project folder in tomcat's webapps. …
java tomcat tomcat7 jira jira-rest-java-apiI'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 am using Jira REST API to get all the Issues in Jira for a specific Project. I don't want …
jira jira-rest-java-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 was trying to use the jira-rest-java-client provided by Atlassian in a Scala program I am developing. I am using …
java scala sbt jira-rest-java-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 quite new to JIRA's REST API, I wanted to get the total time spent on an issue by a …
jira jira-rest-java-apiEntering a url, or running with curl, like: https://<myurl>/rest/api/2/search?jql=project=<myproject>&…
jira jql jira-rest-java-apiHere is the my use case. 1. I have a "Customer Name" text field and "All Customers" single select list. 2. When …
jira jira-plugin jira-rest-java-apiI am working on few reports in which I am taking data from jira using REST API. For searching purpose, …
jira jql jira-rest-java-api