You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello!
I am working on a form to request software for my organization. We have a non-JSM version of the form, but it's ancient and clunky. So I was aiming to replace it with a Jira form.
Currently, on form submission, the form is sent to the department supervisor. On approval, the request is then sent to IT for further processing. Where I am running into issues in the current form is that the customer specifies the department, which then looks up who is in charge of the department by a data table, and then routes to the email specified.
I have not looked too much into the data connections, but it seems that the data connections are only suitable for populating a list of choices for a data field. Am I mistaken? What would be the best practice to get this function?
Hi @Chris Quantrell , welcome to the community and thanks for your question.
I have understood that you want to populate some other values in an issue that are based off of an attribute of the ticket. I have an example of an automation rule I have implemented for a customer that I think might help you.
Please take a look -
Here, when the user submits the request form from the portal, or opens an email in the JSM project, the trigger is called when the issue is created in the project.
Then, I have a condition which goes to check, in this case, where the department is this value, then edit the secretary, to insert an email, then edit the cost centre code, inserting a code, and then edit the approver, again inserting an email address into the issue.
THEN, I have an else clause to check if it's not department A, what value to insert for department B, C, and so on.
Do you think this would help you to get your result?
If not, please give us your feedback and either I or someone else will try to help.
Cheers.
Sorry for the delayed reply. I was working with my database team to get the right information. Im a little confused on how this would work.
So my data table json looks like this:
{"softwarerouting":[
{"ito_Dept":"Student Services",
"ito_FirstName":"Luke",
"ito_LastName":"Skywalker",
"ito_Email":"lskywalker@email.com"}
So on my form, I want a drop down menu for my end user to pick the department. On submission, how can I get the ito_Dept value to specify the approver field value to be the user with the ito_Email?
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.