This will be something you've got configured in your system
Start with a look at your history - is the change of resolution grouped with the status change, or is it separate? (If it is separate, then the users making the two changes may be different and that might give you a good lead)
The reasons this might happen are:
- The workflow transition you are using to change status might have a post-function that sets the resolution, or it uses a screen with the resolution field on it.
- You have a board configured to set the resolution when moving into the column that status is in (beware of having many boards looking at the same issues - someone may be using a board that does this where others are using ones that do not)
- You may have a listener catching the status change and updating the resolution, and it could be making the decision to change it based on any logic you can code for
- An Automation may be doing much the same as a listener
- It is possible to create a service that updates resolution, but that would be very unlikely as you'd not see the resolution change at the same time as the status, it would happen when the service runs, on a schedule, not upon issue-change.
- If you have one of the scripting apps, these could be doing it (although the ones I'm familiar with would all do it via one of the above)
A look at the history for the change should rule some of these out though.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.