Hi there.
I’m new in developing something for Jira. Spent a lot of time for documentation reading, but still didn’t find an answer.
Task: During the new issue creation in jira we should have a possibility to show values in drop-down menu (single select) based on some conditions like values selected in upstairs drop-down menus.
So is the any chance to create a jira server plugin on java to operate with values in fields on Create new Issue page?
So the idea is to have several independent drop-down menus? let’s say:
- “Customer” drop-down menu
- “Sub-system with issue” - based on what Customer was set w need to show some particular values in Sub-system drop-down menu.
- “Priority” drop-down menu - based on what Customer and Sub-system were set - we need to show some particular values in Priority drop-down menu
- etc
I can guarantee additionals +100500 to your karma for links with examples
I’ve seen some option to do it from a script-runner, but a customer wants to make it from the native plugin with logic on front-end (like we would have in case of ScriptRunner).
Many thanks in advance!