Hi Atlassian,
I have created a Offboarding form which I have column: Working sites where the employee work in different sites. When they choose the site while submitting the form I want the manager(s) to be in the ticket where i have created CSV file (I don't want to pull off data from AD as its not completely accurate). Can you please give me some idea how can I pull this off. Thank you.
I tried to upload the csv file but it asked for synchronizing account(what does this mean)/
Thank you
Hey @Kriti Parajuli ,
Let me see if I understand your challenge. You have an off-boarding form, that among other things, captures the location where an employee is working. When this off-boarding request gets created, you want the employee's manager to be included in that request.
I'm a little bit confused as to the CSV file you mention.
Could you please correct any incorrect assumptions, or provide more details on the above?
⚠️ Everything below this line makes assumptions on your use case, so read with a grain of salt if my assumptions are incorrect.
If the assumption about the CSV file is correct, and this is your source of truth for mapping Employee to Manager, you might want to consider using the Assets app to keep track of this data.
Using Assets will let you import your CSV file, and dynamically capture information from this data structure as you need it. In the most simple form, you could have a structure that looks something like this:
Schema: Employee Data
Object Type: Employee
Attributes:
If this is a path you go down, you can then use Jira Automation to do the following when a new off-boarding request gets created:
It'll take a bit of work to get configured, but I can see this being an interesting solution for you.
For longer term instance health, I would recommend the following:
Hope this helps!
Robert
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.