I work a lot with filters. Starting a new task ... my workflow is following:
- open filter list
- navigate task item page
- now the filter is referenced by url-parameter "filter=1234" in the adressbar
- starting task with button on the task item page
- now need to create a git branch...
- ... the "create branch" link includes url parameter "filter" and ended in modal task with the message "null.prompt"
- removing the url parameter "filter=1234" resolves the problem
My target is to create a git branch in a new browser tab (to keep task item page opened) what can i do instead? Or is this just a jira related bug?