Hi all,
I'm a bit stuck with trying to figure out the simplest way to make my idea work, so I'm helping you can all help me.
I have a field that I want to populate with text, based upon the options selected in several multi-select fields.
Specific context: Trying to create an agenda list based on the options selected.
I'm hoping that I can make this work in the Agenda field within automation with a series of IF CONTAINS conditions, but it doesn't seem to be doing anything.
My other option would be to use a ton of IF CONTAINS blocks in my automation and then create variables based on those, but that's not going to be as easy to manage I think, as it would require a lot of blocks to make happen.
I'm not sure if a scriptrunner scripted field might work?
I have some technical/scripting knowledge, but not a ton.
Any help would be greatly appreciated.
if what needs to come in Agenda is well defined can be evaluated based on key value pair, in that case you can check lookup tables and it should simplify the automation rules.
hi @Vishal Biyani and @Bill Sheboy
Thank you both for the advice about Lookup Tables.
With some help from this question: https://community.atlassian.com/forums/Jira-questions/Combine-multiple-values-selected-in-LookupTable-into-a-field/qaq-p/2923769
I was able to get it working, as I had troubles when I had multiple items selected, and the results weren't pulling through.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Chris Smith -- Welcome to the Atlassian Community!
Adding to the suggestion from @Vishal Biyani on trying lookup tables, please see this information:
If you have challenges getting this to work for your scenario, please post the following to provide context:
Kind regards,
Bill
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.