Hi team,
I have some questions from one of our customers.
1) User is looking to extract information from JIRAs as to who made the last comment (reporter/assignee/other) and when did the last comment happened
2) How the updatedBy() function can be used?
3) Wanted to compare updated and created labels but are not able to do so. Is this possible? is there any excel /python plugin available to do such comparison
You could try the Better Excel Exporter app because:
You can then compare these with the Excel native features, formulas, etc.
(Disclaimer: it is a paid and supported app, developed by our team.)
Hi @Sushmitha
Some responses below!
I'm assuming your extract is an export, given JQL functions are mentioned here - such as to CSV?
Also, I find these help pages on Advanced Searching are really useful :)
(1) Last Commenter
This isn't a native field, you'd need to have this data in a field to extract it in an export.
The easier ways I've seen to create this field are...
You could also create a field like last comment to extract that also if preferred.
Note...
(2) updatedBy()
See how this functions works on this help page
In summary...
(3) Updated vs Created Labels
Just to confirm - do you mean compare Created and Updated date fields?
If so - you can do single searches with some dynamic information - such as...
If you want to compare two dates though, you'll need an App which extends the power of JQL - such as Scriptrunner - then you can do queries like...
issueFunction in dateCompare(" ","updated > resolved")
^ Which looks for Issues where the updated date is after the resolution date
Does this answer your queries sufficiently? Let us know if we can be of any further help :)
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ste Wright ,
Thanks for your answer.
I have created two custom fields 'last commenter' and 'last commented on' to store who made the last comment and when did the last comment happened. And used automation to populate those fields. I can see those fields and data on ticket. But while extorting Jira those fields are not on excel sheet.
Am I missing something ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Sushmitha
How are you exporting this data to Excel?
It should work if the fields are populated, and you are...
Ste
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.