Hello,
In JIRA UI we can see a “development” section with very interesting data:
I want to be able to run queries that also access this data.
More specifically, what I want to be able to do now is run a query to find resolved tickets that do not have a commit related directly to them.
Have you tried using . . .
issue.property[development].commits
or sample JQL. . . .
project = ABCXYZ AND issue.property[development].commits < 1
Hi Khanh,
Yes, we are using issue.property[development].commits > 0 to verify whether Jira issues is linked with commit info or not before closing it in our JQL query - it's working perfectly right.
But in extension to this, is it possible to get the SVN branch name in which commit has been done?
when we click 2 commits, it gives one pop window and shows the Repository names, Author, commit id, commit Message and Branch details, Date, Files, etc(Please refer the attached snapshot for the same) - in which we would like to check which are all branches the Jira issue work has been committed.
And also is this possible to check the review status i,e Open, Closed using JQL query along with commit branch info details?
The below is the sample "Development" info linked against one of my Jira issue::
Development ::
2 commits
Latest 20/Apr/17 12:15 PM
1 review Closed
Updated 20/Apr/17 11:34 AM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did this ever get solved? I'm looking for this exact solution as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am looking for it too but read somewhere thats it not possible as this information is not stored within JIRA itself but actually fetched from repository when the ticket is opened. There is an issue On JIRA thats gathering interest that is related to this feature though:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ET
This is not possible in a plain JIRA instance.
You could try something with this plugin: https://marketplace.atlassian.com/plugins/com.kintosoft.jira.subversion-plus
But that's only for subversion.
Best regards,
Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Peter,
I tried this, but didn't able to get the JIRA issues list in my project having commits info as part of their Development section of the JIRA issues.
As I am using SVN, it should be OK to use this add-on.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.