Issue Details (XML | Word | Printable)

Key: JRA-6863
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Keith Brophy
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
JIRA

'Assignee Only Condition' fails if assignee is changed on transition screen.

Created: 01/Jun/05 07:50 PM   Updated: 27/Nov/06 09:16 PM
Component/s: Workflow
Affects Version/s: 3.2
Fix Version/s: 3.2.1

Time Tracking:
Not Specified

File Attachments: 1. File AbstractJiraCondition.class (2 kB)

Issue Links:
Reference
 

Participants: Dylan Etkin [Atlassian] and Keith Brophy
Since last comment: 3 years, 25 weeks, 6 days ago
Resolution Date: 07/Jun/05 02:03 AM
Labels:


 Description  « Hide
The 'Assignee Only Condition' fails if assignee is changed on transition screen.

This is due to the fact that the issue is retrieved from the database initially and then cached. This cached issue is subsequently used throughout the conidtion and results in errors when validating - workaround is to retrieve issue from database each time for validation purposes.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Keith Brophy added a comment - 01/Jun/05 07:54 PM
The attached class will revert back to 3.1.1 and 3.2 Beta behaviour and allow the assignee to be changed on the transition screen without resulting in error.

Please replace the original class with the attached class:

../java/com/atlassian/jira/workflow/condition/AbstractJiraCondition.java


Dylan Etkin [Atlassian] added a comment - 07/Jun/05 02:03 AM
Fixed this in 3.2.1 by having the Conditions go to the db for the issue everytime. This should be changed in 3.3, I will open another issue.