Use Case:
User creates an Issue. It is assigned to an Admin id. There are three Reviewers: A B C.
They assign the Issue to themselves using the "Assign to me". Now if they send back any Issue to the Initiator, when the Initiator Resubmits the Issue, if should be assigned to the Reviewer who has send back.
eg. Initiator X creates issue --> assignee is Admin id
Reviewer A does Assign to Me --> assignee is A
Reviewer A sends back to Initiator --> assignee is X
Initiator X resubmits ---> assignee should be A (but right now its assigned to X)
I have added the post function in the Resubmit Transition.
Kindly help out.
I could suggest you try JMWE's Assign to Last Role Member post-function instead, but I'm not sure that's the problem.
Can you check that you see, on the issue's History tab, all the Assignee field changes corresponding to what you described above? Because this is what the post-function looks at.
The transition section only shows:
Reviewer A made a transition (Under Review --> Pending with Initiator)
Initiator X made a transition (Resubmit Request-->Under Review)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That means the way you are changing the Assignee during these transitions is incorrect. I assume you are using post-functions to automatically set the Assignee field during these transitions, right? Check the configuration (and position) of these post-functions. You can also try replacing them with a Set Field Value post-function from JMWE, which will write the Assignee field change to the History.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Pranita Warik - Can you attach the screenshot of the postfunction of the "Resubmit" transition? Also ensure if the reporter has "assign issue" permissions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Pranita Warik - Also check if the reporter/person who transitions resubmit has "assign issue" permissions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Right now, the Initiator is having the assign issue rights.
But when we roll it out, the Initiators won't have the Assign Issue permission. We cannot give this rights to users.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That was a suspicion. If a user makes a transition, reassigning post-function would happen as that user who has made the transition and to allow that, the user would need assign issue permissions. BTW can you also attach the screenshot of that particular post-function configuration. (settings of that postfunction)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Pranita Warik - post-function looks good to me. What condition do you have for the transition?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Only the reporter of the issue can execute this transition.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Pranita Warik Can you try to place the postfunction as the first postfunction? Just reorder the postfunction and put it on top? If that does not work, check the logs when the transition is made
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.