-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
3.1.2, 3.1.6, 3.1.9, 3.4.0, 3.4.2, 3.5.0
-
12
-
Severity 3 - Minor
-
3
-
Summary
Renaming a user will leads to broken JQL in reports in JSD/JIRA 7.1.6
Steps to Reproduce:
1. Create new user 'test' in JIRA SD a make him an agent.
2. Assign a task to 'test' user.
3. Go to Project Reports , for example Workload.
4. Click on the number of Issues in progress across this agent. The list of issues will open in a new Navigator window. The JQL is:
assignee = test AND resolution = Unresolved AND project = XXX
5. Change the username of agent 'test' into 'test1'
6. Go to Project Reports , for example Workload.
7. Click on the number of Issues in progress across this agent. The list of issues will not open then.
Expected Results
Able to list the correct issues and JQL:
assignee = test1 AND resolution = Unresolved AND project = XXX
Actual Results
The JQL is:
assignee = test AND resolution = Unresolved AND project = XXX
- relates to
-
JSDSERVER-3318 Renaming agent username breaks Agent's issues in progress jql query
- Closed
-
JRASERVER-36971 Renamed users break existing filters
- Gathering Interest
-
JSMDC-807 Loading...
- links to
- mentioned in
-
Page Loading...
- was cloned as
-
TESLA-897 Loading...