-
Type:
Suggestion
-
Resolution: Timed out
-
Component/s: Backlog (Company) - Filters
It will be very helpful if it is possible to add an alias to the filter (in additionally to the filter id) and use it inside the JQL query.
For example, when we create a filter, for now, we add a name only.
I suggest adding one more attribute Alias.
Example:
Name: Last updated tickets
Alias: last_updated
And instead of writing in JQL filter=19873498273 will be very convenient to use filter=last_updated.
In this case, I can share for all teams not a link to the Jira filter, but say - if you want to get the last updated tickets, please, use filter last_updated. That is all.
If you implement this, it will be possible t have a list of predefined filters with referred aliases in the project and it will be very easy to prepare any extra queries inside the project teams.
Regular new queries in such cases can be looked like:
filter=last_updated and filter=product_teams and filter=not_resolved order by priority
or easier:
last_updated and product_teams and not_resolved order by priority