I want to make the link between a user and his line manager. To make it clear, on create view when I create a ticket, when I choose the user (user picker field), it automatically shows his/her line manager on another field. Can I apply it using scriptrunner or any other plugins?
Through Automation its possible
if the field is updated with the particular user automatically it will update the required field.
I want it when I create a ticket, when I choose a name from the 'Staff Name', it will automatically appear his manager in 'Line Manager'.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Yousuf Al Rawahi you can do this with automation:
When assignee changes
Then change other field to be their manager (you will have to use if to choose which manager to assign, and update the automation when users leave or join)
This will not update the manager name on the create view but will take effect after the ticket is created.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want it when I create a ticket, when I choose a name from the 'Staff Name', it will automatically appear his manager in 'Line Manager'.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately that is not possible out of the box as the validation that allows automation only takes effect when the ticket is actually created.
However, it may be possible to do this using an app plugin but I don't know if any apps do this as again they may run into the validation only occurring on creation issue.
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.