Top "Jira-rest-java-api" questions

REST Java Client for JIRA is for developers who want to integrate JIRA with other Java-based standalone or web applications.

PermGen Space error when deploying tomcat 7?

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-api
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
Get all Jira Issues for a specified Project

I am using Jira REST API to get all the Issues in Jira for a specific Project. I don't want …

jira jira-rest-java-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
Missing dependency 'class javax.annotation.Nullable'

I 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-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
How to get total hours spent on an issue for a user JIRA REST API

I'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-api
How do I retrieve issues of specific status with JQL

Entering a url, or running with curl, like: https://<myurl>/rest/api/2/search?jql=project=<myproject>&…

jira jql jira-rest-java-api
How to add new values to select list field in jira dynamically or using plug-in

Here 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-api
How can I write group by in jira jql?

I 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