I use Jira cloud
I made a new issue type = company. I have companies data stored in this issues.
On customer question issue screen, I want to put a custom field = "Source" which would be a list populated from company type issues, so I could choose the company field value from a list when createing the customer question.
Please, how can I do this? (limited coding capabilities), as far as I can go to activate scriptrunner.
In your experience, can scriptrunner do this? If yes, then please write how..
Thanks in advance!
Sincerely: Jozsef Mezosi
Welcome to the Atlassian Community!
There's no way to do this directly. JQL doesn't return any issue data, it just gives you a list of issues.
The closest you can get would be an ordinary select-list custom field and a script that adds or amends options to it when the results of your JQL is amended.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.