Questions tagged with [jira] should be related to interacting with Jira programmatically.
We use corkboard with printed Agile Cards. I would like to be able to create filter in JIRA's Issue Navigator …
jira jqlI 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-apiI'm creating a list of tools that help to log work in JIRA (apart from the worklog features provided in …
jira time-trackingI have a Annotation called @Retention( RetentionPolicy.SOURCE ) @Target( ElementType.METHOD ) public @interface JIRA { /** * The 'Key' (Bug number / JIRA reference) …
java annotations jira sonarqubeI have started using Jira just recently and I am having trouble with the Issue Navigator. I want to filter …
jiraI'm trying to get all users from JIRA REST API. I need to save all users to my Database from …
rest jira jira-rest-api