Questions tagged [jira]

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

Jira is a proprietary issue tracking product, developed by Atlassian. It's often used to track issues for software development and other teams, and has many apps to support this.

There are two ways to interact with JIRA programmatically:

  1. APIs are typically used when building a Plugins2 plugin for Jira Data Center, which is a single containing code, an app descriptor () and usually some template files to render .
  2. REST APIs are typically used when building Connect add-ons (web applications for Jira Cloud) or configuring webhooks.
5925 questions
48
votes
4 answers

JIRA: Searching for all issues with a given link type

Is there a way to query for all issues with a particular link type? For example, let there be a dependency link where an issue can "depends on" another issue. Is there a query to find all issues that depend on some other issue (aka. all issues with…
James An
  • 1,383
  • 1
  • 10
  • 16
48
votes
2 answers

JIRA - move one sub-task from one story to another

In JIRA, how can we move one sub-task from one story to another?
Nayeem Ahmad
  • 489
  • 1
  • 4
  • 8
45
votes
1 answer

How do I order tickets by ticket name and ticket number in JIRA?

I have a JIRA project AAA and lots of tickets like AAA1, AAA2, AAA3 I'd like to search the tickets ordered by the name and ticket number, so it shows like this: AAA1 AAA2 AAA3 what key word I should use for the filter? I tried using 'order by…
Victor
  • 515
  • 1
  • 5
  • 10
42
votes
2 answers

Combining TFS with Jira - any experiences or advice?

Ok, I'm a big fan of Jira particularly the later versions as a knowledge management system to use across stakeholders and development in a corporate setting. However, I'd like to marry it with the usage of TFS 2010 - does anyone have experience of…
polyglot
  • 2,031
  • 2
  • 20
  • 28
40
votes
8 answers

JIRA: Find all issues related to a user

In JIRA, how do a find all issues related to a user, across all projects. A simple query search yields only full text results. i.e. only issues where the name is mentioned and not if the name has been assigned, has reported, has been cc’d etc. My…
Quintin Par
  • 15,862
  • 27
  • 93
  • 146
40
votes
3 answers

Add JIRA Quick Search to Chrome Omnibox

I would like to search JIRA's "Quick Search" from Chrome's Omnibox. This is not the same as this Chrome Omnibox search string: https://myserver/jira/browse/%s That string will only open perfectly (not partially) matched JIRA IDs. A Quick Search…
CLSheppard
  • 525
  • 1
  • 6
  • 13
39
votes
9 answers

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 POST for issues), but I suspect it's possible. A wget or curl example would be nice.
ymajoros
  • 2,454
  • 3
  • 34
  • 60
38
votes
3 answers

Is there a way to use Markdown (or similar) in Jira's text fields?

I'm using Jira for issue tracking and would like to be able to write issue descriptions and comments using Markdown. Is there a way to do that? If not Markdown, wiki syntax, Textile, whatever -- just a way to get some mild html formatting into the…
sprugman
  • 19,351
  • 35
  • 110
  • 163
37
votes
5 answers

JIRA: find all my logged work for last week

How would I create a JIRA filter that lists all of the issues on which I've logged time? I can then apply this to the activity stream.
BarryPye
  • 1,975
  • 2
  • 18
  • 19
37
votes
6 answers

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 JIRA for use in product, project managment, QA, support and developemnt teams departments. the things to support are bug tracking, workflows,…
user437631
  • 1,112
  • 4
  • 12
  • 28
36
votes
4 answers

How to get "Project Id" to create a Direct Link?

I have my project name, but not the numeric Project Id. The latter is needed to use HTML Direct Links.I'm using JIRA 5.0.1 How do I get the numeric Project Id for a given project name? I've searched the Project Administration area, several other…
jasmeet24
  • 676
  • 3
  • 10
  • 24
36
votes
2 answers

how to create JIRA quick filter where assignee is Unassigned

I defined a unassigned user in my JIRA account and now I can assign to unassigned user. when I want to get all those tickets using quick filter - I can't. any solution / workaround will be most welcome.
Alon1980
  • 1,225
  • 1
  • 16
  • 30
34
votes
5 answers

Filter to show sub tasks of a filtered list of parent tasks

I have a JIRA filter which returns all the fixes in a future release: project = MyProject AND fixVersion = "1.1.1" and issuetype in standardIssueTypes() and status != Closed All of these issues have Sub-Tasks which I want to have in a new filter…
Shevek
  • 3,869
  • 5
  • 43
  • 63
33
votes
10 answers

JIRA Plugins: What do you use?

JIRA is a very extensible bug/task tracking tool. As such, newcomers feel lost as to what plugins they should install. Please share your thoughts what plugins (both free and paid) that you consider a "must-add" for JIRA!
sivabudh
  • 31,807
  • 63
  • 162
  • 228
33
votes
8 answers

Link to comment within issue in JIRA

Given an issue in JIRA with multiple comments, is there an easy way to link from one comment to another? I can use the permalink, but that's a very long and ugly URL. I can also link to e.g. http://jira.example.com/browse/ISSUE-999#action_555213,…
Erik Forsberg
  • 4,819
  • 3
  • 27
  • 31