Hello everyone,
I have the following problem :
When a User creates a Ticket about onboarding. This Ticket will transition to manager approval but will choose the manager of the reporter of that ticket as the approver.
Instead I want the reporter to choose the approver. So basically the user creates the ticket and enters the manager that will need to approve this ticket.
I have done a ton of work on my own but just can't seem to get it working.
Here are the error messages I receive when trying to transition from open to manager approval :
"Internal Server Error"
and when I use F12 to further look into this issue :
"POST [link] 400 (Bad Request)"
I have also configured the Post Functions between open and manager approval in the workflow accordingly :
The value cf[10140] will be appended to field Approvers, or set if it is a multi field.
Validators :
If a value for field Manager 2.0 is not provided during the transition, show the following error: Please select the approving manager!.
Conditions :
The field Manager 2.0 will have to be not equal to value 'NULL'. Compared as String.
I would be more than thankful for any Tip or Trick that you will provide me.
Thank you
I managed to fix this issue using a rule instead of post functions.
@Vincent Luckmann Everything appears to be correct. You might want to open a ticket on support.atlassian.com
Nicolas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Vincent Luckmann As per your description, there are some issues there:
400 http status is not an internal server error, first issue there.
could you please check all the validators, post functions, etc to be updated with your change.
could you also paste al the values that you are using for that rule to be accurate.
Nicolas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nicolas,
first of all thank you for the fast response.
Open -> Manager Approval
Post functions :
Conditions & Validators
1. are all in the previous post
Manager Approval -> 1st Level
Post functions :
Conditions :
Issue transition will be blocked if there is a pending approval.
Validators :
0
and that is about every Transition I have modified.
and no I have not created any rule so far regarding this.
BR
Vincent
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.