You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
For example: instead of currentAssigne(), each time I run the query it will will ask me for which Assignee?
I don't want to create a filter with assigne=xxx. I want the same query to be used over and over with a parameter as an input.
Thanks
JIRA doesn't have any function to do that. Save a filter and then educate your users on how to get to it and change the assignee for their own run of it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Iko,
I suggest to create a filter and reuse this filter in an additional jql query. Simply create a filter with your condition and WITHOUT the assignee value/parameter. Save the filter to filter1. Nor create a new jql query like
assignee = hgerlach and filter=filter1
As you can see now you can change the assignee parameter easily. It even works with URL parameters/query strings. So you can either define the assignee or you even can define the filter ID via parameters.
Cheers
Heiko
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is a great tip! I was able to utilize your solution. Thank you very much.
Is there a way to fix the view of search result the way I setup and save for filter?
Like which columns to show and their orders on printable version of filter result?
Using Jira rest api, I am adding a link to epic issue, which would show the printable version of saved filter with epic link parameter - the sum of estimated, remaining, and time spent from the result all the tasks has the same one epic link.
But it seems like, if any user change the columns for other filter or just search, the result of my saved filter view changed for them as well. The saved filter has a public view permission.
Thanks,
Phil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are already doing it. Across the top of the box in your screenshot, you have "my defaults", "filter" and "system". The selection there tells you which one of the three you are changing.
In this case, it is the list of fields for the filter. When you save the filter, your selection of fields will be saved with it, so that when someone goes to the filter, they will see your selection of fields. Only the owner of the filter can set these saved fields.
But, there is nothing to stop a person choosing to view the filter with their own selection of fields. They won't be able to save their selection to the filter, but they are free to choose the fields that matter to them when viewing any filter. If they move away from it and then re-select it, it will revert to the values saved with the filter.
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.