Top "Jira" questions

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

How to set jira table's column width

I struggled with this question for some time and was able to find the solution. The idea is that my …

jira
JQL to retrieve all stories and sub tasks related to specific epic

Is it possible to use raw JQL (not using any plugins) to filter for ALL stories AND their respective sub-tasks? …

jira agile jql jira-agile
Jira search all issues in a project with status Done or Closed

I am trying to list all isues in a project with status Done or Closed. When I run a JQL-query …

python jira jql python-jira
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 …

jira
jira and git linking up

I recently moved to jira for my bug management tool. I have installed the most recent copy which 4.1. We use …

git jira
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 …

google-chrome jira opensearch
Tracking requirements across multiple projects with JIRA (or other tools)

My company has been using JIRA as a requirements tracking tool as well as a bug tracker, and it's been …

project-management jira bug-tracking
Are there any Jira plugins for Visual Studio?

We are switching over to SVN+Jira+VS2008 for our .NET development. Are there any plugins for Visual Studio that …

visual-studio jira
jira python oauth: how to get the parameters for authentication?

I am trying to use oauth to access jira, and I am reading this document: Welcome to jira-python's documentation. But …

python oauth jira
How do I save a value into a custom field in JIRA programmatically?

I've spent days trying to find out how to save or update a value into a CustomField programmatically and finally …

java jira jira-plugin atlassian-plugin-sdk