When a record is reopened it gets assigned to the person who reopened it.
Is it possible to enforce roles so that if the record is reopened it stays assigned to the original person like the Developer listed in the Roles tab? It appears if a person reopens record they are assigned to it. We want to be able to Reopen to Developer who was assigned it originally
This looks like a workflow setting. Check your workflow post function for the reopen transition if it sets the assignee.
Here is the Transition in the workflow. Only see this : Fire a Issue Assigned event that can be processed by the listeners.
See below
|
|
All | Conditions (0) | Validators (0) | Post Functions (6) |
ConditionsThere are no conditions on this transition. ValidatorsNo input parameters checks will be done before this transition is executed. Post Functions
Set issue status to the linked status of the destination workflow step.
— THEN
Add a comment to an issue if one is entered during a transition.
— THEN
Update change history for an issue and store the issue in the database.
— THEN
The Resolution of the issue will be cleared.
— THEN
Re-index an issue to keep indexes in sync with the database.
— THEN
Fire a Issue Assigned event that can be processed by the listeners.
|
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When a record is reopened it gets assigned to the person who reopened it
This should not happen based on your workflow. If it does, then you should raise a support request.
We want to be able to Reopen to Developer who was assigned it originally
This may require you to create a custom post function. Have not come across any post function that does this. Maybe if you search around, you'll find one.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.