Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Permalink for Dashboard with few Rich Filter Controllers

Ilya Krasnov January 23, 2023

I have a Dashboard where I need to use few Rich Filter Controllers (with JQL filtering only), is it possible to generate permalink with preserved values set up in every Controller?

image.png

 

1. tapping the 'generate permalink button' for the first gadget will generate https://:projectID.atlassian.net/jira/dashboards/:dasboardID#v=1&d=:dasboardID&rf=:controller1ID&jql=created+%3E%3D+-1w

2. tapping the 'generate permalink button' for the first gadget will generate https://:projectID.atlassian.net/jira/dashboards/:dasboardID#v=1&d=:dasboardID&rf=:controller2ID&jql=statusCategoryChangedDate+%3E%3D+-1w

 

E.R. I need something like 'rf=:controller1ID&jql=created+%3E%3D+-1w' and 'rf=:controller2ID&jql=statusCategoryChangedDate+%3E%3D+-1w' to be in one link

1 answer

0 votes
Dam
Community Champion
January 23, 2023

Hi @Ilya Krasnov 

As the doc said for Server / DC you can generate permalink on the controller gadget to share a link with the current state (filters) of the gadget controller... 
https://wiki.qotilabs.com/rich-filters-1.8/user-s-guide/working-with-rich-filter-gadgets/the-rich-filter-controller-gadget/dashboard-state-permalinks

The features comparaison of Cloud and Server / DC version mentions that permalink feature is available for both versions: https://wiki.qotilabs.com/rich-filters-cloud/user-s-guide/migrate-from-rich-filters-server-data-center-to-cloud/feature-parity-cloud-vs-server-data-center-comparison

I guess in Cloud it's the same way of doing... just hit "..." on the controller gadget you should see a Permalink link to get the link for the current state of the controller ;) 

I hope this helps. 

Cheers,
Dam.

Ilya Krasnov January 23, 2023

Dam, thanks for the reply!

Yes, I have 'generate permalink' button in every Rich Filter Controller, but the link is preserving state only of this controller, but not other, and I want to have a permalink where states of all controllers will be preserved:

1. tapping the button for the first gadget will generate https://:projectID.atlassian.net/jira/dashboards/:dasboardID#v=1&d=:dasboardID&rf=:controller1ID&jql=created+%3E%3D+-1w

2. tapping the button for the first gadget will generate https://:projectID.atlassian.net/jira/dashboards/:dasboardID#v=1&d=:dasboardID&rf=:controller2ID&jql=statusCategoryChangedDate+%3E%3D+-1w

 

E.R. I need something like 'rf=:controller1ID&jql=created+%3E%3D+-1w' and 'rf=:controller2ID&jql=statusCategoryChangedDate+%3E%3D+-1w' to be in one link

 

p.s. sorry if I was not clear, I added a screenshot to the starting message.

Dam
Community Champion
January 27, 2023

hummm such feature seems not available on Rich Filter unfortunately... @Ilya Krasnov you can maybe split your boards and use only 1 controller on each board... thats an idea... 

Dam. 

Ilya Krasnov January 30, 2023

Dam, thanks for taking a look again!

Yes, it is an option, of course, but I was planning to share it as all-in-one-place smart report...

Like Dam likes this

Suggest an answer

Log in or Sign up to answer