hello team,
if any manager is on leave, then how to set delegate user
There's no specific feature for this as far as I know - but you could use Automation for this?
For example, the rule might...
^ Automation will give you greater flexibility to customise the delegation to your specific business needs :)
If there's a specific use case you'd like help with, let us know!
Ste
Hello Stephen,
I'm new to JSM, could you please provide the example of the automation with screenshots
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What's the specific scenario where you'd need delegation? That will help me to provide a relevant example.
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
for example: one issue was created , it's went to manager approvels (XYZ), unfartuntly he is one leave or planned vacation. in that case, insted of manager approvals it should update delegate user ( as approver )& should be approved the delegate user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Example rule below:
---
A few notes on this rule...
Let us know what you think!
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thank you stephen, i will follow the steps.
one more query: how we can get backend values of fields
the reason- we are integrate between SX and JSM. we need to provide the fields values for field mapping
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you mean Field IDs?
You could use the REST API - eg.
https://yourdomain.atlassian.net/rest/api/3/field
^ Replace "your domain" with your site's name, and it will give you a list of fields in a JSON format.
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
in our JSM, where we can find back end field values of actual field
for example: field name: In progress- what is the back value of this field
field name: Resovled - what is the back end value of this field.
this information, where we can find it. ??
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not sure what you mean by back end value, if you don't mean Field ID (see my previous response for guidance there).
Are you sure "In Progress" is a field and not a status?
You could use a similar API call to get those:
https://yourdomain.atlassian.net/rest/api/3/status
Ste
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.