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.
So guys, I am new to this community, We are trying to figure how to solve the following problem.
We want to have following required fileds.
Field 1: System
Field 2: Menu
Field 3: Application
so System has multiple Menus and Menu has multiple Applications
So is user selects System A, Field 2 Menu should only show the menus under System A
e.g System A has Menu 1, Menu 2 and Menu 3
System B has Menu 4, Menu 5, and Menu 6
so for example if user selects menu 4, it application field should only show applications under menu 4 e.g application x, application y, application z
once the right application is selected and request is created, it should automatically send the request to the owner of application to approve the request once the request is approved only then it should appear open.
Now I am trying to do it with scriptrunner but for some reason I am not doing something right. I am very new to Jira btw.
Hello, @zalim786
I'm not an expert on groovy, but,
Maybe you should try to use Automation for Jira
I use this App to do stuff like you. When a customer push an issue on the portal, the automation rule calcul the issue Priority using two field (Impact & Issue Type Request).
I works very well and you can use conditional statements
Richard
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.