I need a way to get all informations of a custom field.
For example, a field was filled with the data 30/11/2020 and now is filled with 05/12/2021.
Can i get all of those informations? Somehow extract this to a Sheets with those 2 infos?
I haven't run across anything like this, but if you have a set list of fields that the currenUser() would check against, then you can save that into a filter and just reference the filter.
aka save "assignee = currentUser() OR reporter = currentUser() OR watcher = currentUser()" into a filter. Future JQL searches can simply reference the filter.
https://confluence.atlassian.com/display/JIRA/Advanced+Searching#AdvancedSearching-Filter
Agree! Definetly a very nice idea. I just converted it to an answer and voted it up!
Sadly this was the 3rd up-vote and now the question is now closed:( I was hoping for some more ideas...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nice one. Should really be an answer!
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.