Top "Jira" questions

Questions tagged with [jira] should be related to interacting with Jira programmatically.

How to find issues added to active sprint in JIRA?

We use corkboard with printed Agile Cards. I would like to be able to create filter in JIRA's Issue Navigator …

jira jql
How to configure Tomcat to log everything via syslog?

I'm trying to configure Tomcat and a webapp (Atlassian JIRA) to log everything over syslog. Here is what I added …

tomcat logging log4j jira syslog
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
Log work in JIRA

I'm creating a list of tools that help to log work in JIRA (apart from the worklog features provided in …

jira time-tracking
how to create a single annotation accept multiple values in Java

I have a Annotation called @Retention( RetentionPolicy.SOURCE ) @Target( ElementType.METHOD ) public @interface JIRA { /** * The 'Key' (Bug number / JIRA reference) …

java annotations jira sonarqube
TeamCity and JIRA?

Is it possible for TeamCity to integrate to JIRA like how Bamboo integrates to JIRA? I couldnt find any documentation …

teamcity jira bamboo youtrack
Filter issues by the user who closed them

I have started using Jira just recently and I am having trouble with the Issue Navigator. I want to filter …

jira
JIRA REST API get all users

I'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