-
Suggestion
-
Resolution: Fixed
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.
The problem
Inserting a URL to a saved filter, eg http://localhost:9604/browse/TEST-3?filter=10000 autocompletes to the JQL content of the filter - 'description ~ "description"' in my test case - so when filter 10000 changes, the JIRA Issues will still be 'description ~ "description"'. This is not the same as previous behaviour, where the filter would remain in the macro and changes to the filter would be reflected in Confluence.
Steps to Reproduce
- Create and view a filter in JIRA
- Copy the URL
- Create a JIRA Issues Macro in Confluence 5.2.3
- Paste the URL into the macro
- Observe that the URL is immediately changed to the JQL of the filter.
- Save the JIRA Issues Macro
- Change the filter in JIRA so that the results are different
- Reload the Confluence page
- Observe that the results do not reflect the changes to the filter
- is related to
-
CONFSERVER-30686 Remember the columns to display in the JIRA issues macro regardless if another search has happened
- Closed
- relates to
-
CONFCLOUD-30428 JIRA Issues Macro filter behaviour has changed so that it no longer saves the filter, but rather hard-codes the results.
- Closed
- mentioned in
-
Wiki Page Loading...
@Denise Thanks for the update and clarification.