Top "Jira" questions

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

Jira issue number in git commit message

At our company we are moving from svn to git. For issue tracking we use JIRA from Atlassian. Now we …

git hook push jira issue-tracking
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? …

jira
Issues commented by me in JIRA

As per JIRA documentation http://www.atlassian.com/software/jira/docs/latest The following filter will show the issues opned …

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

jira jql jira-filter
JIRA Rest API Login using C#

I've written below C# code to login to JIRA Rest API: var url = new Uri("http://localhost:8090/rest/auth/latest/…

c# rest jira
JIRA/confluence alternative

Please tell me what kind of programs you use insted of JIRA/confluence. I don't like jira because the design …

project-management jira confluence
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 …

tfs jira
Jira as Test Case Management Tool

I have reviewed several test case management solutions available for Jira such as: http://www.testandtry.com/2009/07/01/test-case-management-in-jira-1/ http://confluence.…

jira testcase
keytool error: java.lang.Exception: Input not an X.509 certificate

I am trying to import Gmails smtp certificate for use with Jira, but I get this error when importing using …

gmail jira x509 keytool
How can I find the status of a JIRA issue via the REST API?

I am writing a script (in Powershell if that matters) to deploy SQL code. Part of the logic that I …

rest jira