Top "Jira" questions

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

how to create an issue in jira via rest api?

Is it possible to create an issue in jira using REST api? I didn't find this in the documentation (no …

rest jira
JIRA: Epics vs Labels vs Components

This blog has a definition of epics in JIRA: Epics are significantly larger bodies of work. Epics are feature-level work …

jira jira-agile epic
JIRA: to close or to resolve?

You can reopen both a resolved and a closed issue in JIRA. What's the practical difference? (besides requiring different permissions …

jira issue-tracking
How do I query Jira to search for all issues that have been resolved within a length of time from when it was created?

For example, let's say I need to find all issues that were resolved within 1 week's time. I need something like: …

jira jql
How can I add JSON highlighting to the code in Jira comment?

Is it possible to add a highlighted code to Jira comment? I want to write something like this: The comment …

jira
How to export all Issues and its contents (Full content) to excel in JIRA?

Here I can able to download only the fields / I can get the contents of only one particular issues to …

jira
How to create a report in Jira of all the hours I've worked in a week

We use Jira ( plain jira, no greenhopper ) for project/task management and a separate system for time tracking. How can …

jira jira-plugin time-tracking
JIRA vs TFS 2012 as full ALM system

we are on the research level of choosing a full ALM system for our company. we consider both TFS 2012 and …

tfs jira alm
How can I invoke a RESTful service through Apache Camel?

I am currently using a HTTP method for invoking some URL which will create a JIRA issue. Now I want …

java rest jira apache-camel
How do you create user stories and tasks in Jira / GreenHopper?

We are using Jira / GreenHopper to run our sprints on a Scrum team. The fact that Jira is a bug …

jira scrum jira-agile