Board template with dynamic Quickfilters?

Daniel Rosenbloom July 31, 2017

I have a board that I've shared with a lot of other users. What I'd like, is for the board to dynamically add quickfilters at the top for each project in which the user has tickets assigned.

 

Is that possible?

1 answer

0 votes
Boris Berenberg - Atlas Authority
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 31, 2017

No it is not. But you can use JQL functions like

  • projectsWhereUserHasPermission()
  • projectsWhereUserHasRole()

in a creative manner to get closer to what you're asking for. 

 

Ref: https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-functions-reference-764478342.html

Suggest an answer

Log in or Sign up to answer