-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
Component/s: JIRA
-
None
-
1
Summary
This has to do specifically with the number link next to any project listed in"Assigned Open Issues per Project".
The project names are links back to projects and they work just fine, but the numbers are links that are trying to open a JIRA filter view to show the specific JIRAs. But there's a problem with the links. When you click on them, seems JIRA ignores it and instead shows whatever your last search was.
An example would be the following:
https://company.atlassian.net/secure/IssueNavigator.jspa?reset=true&jql=resolution+%3D+Unresolved+AND+assignee+%3D+currentUser%28%29+AND+project+%3D+18209
JIRA is dropping the "secure/IssueNavigator.jspa?reset=true" part along with the jql and switching to whatever your last search is.
Environment
- This is the most up to date JIRA Cloud environment
Steps to Reproduce
- Verify that you have an issue assigned to you.
- Select your Profile
- Scroll down to the bottom to view the "Assigned Open Issues per Project" section.
- Hover over one of the number links next to a project. Notice that the search filter in the URL is correctly suppose to link to your open assigned issues for that project.
- Click the link. The search it takes you to is not correct.
Expected Results
You should be linked to your open issues in that project.
Actual Results
You are taken to a completely different list of issues unrelated to that project, owner, etc.
Workaround
None