Guys need help... we are looking for a way to export details of an issue when it reaches a gate of approval in SDLC Process. I am finding an add on to do that... is there any way that we can export the details and keep stacking the file with new tickets as it comes to that gate of approval.
Thanks,
Niranjan Teegala
You can add a CLI post function to the appropriate transition that runs a getIssueList action to export the issue data to a CSV file. You would use the jql parameter with "key = %original_key%" to get only the issue being transitioned. You would either need a uniquely named file (by timestamp or similar) or use --append to keep adding rows to an existing file.
You can intelligently intercept the status changes with the super-powerful JIRA Automation Plugin, then:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Jobin... but I was looking for a different method of export mechanism... with out manual intervention...
Thanks Bob... I will try your suggested method... I think this is what I am looking for...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can create a filter for the status and export it to Excel from the issue navigator, does that work?
Ideally, you should just display the filter on the JIRA dashboard and shouldn't worry about the export at all but the export is there if needed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does it means that you need to add some informaton about issue to the file every time when it is set to a certain status? Or you can analise change history to get values of requaed fields st the moment of some transition
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.