Hi Expert,
I am trying to create a score based on Severity and Dev field.
For Dev if Value is Done then Score would be 50
For Dev if Value is Closed then Score would be 100
I have created a lookup table for this.
I am trying to get the value from the lookup table but in logs it's showing nothing while in logs it's showing the selected value.
Kindly suggest how can get the value from the lookup table based on the value selected in dropdown field.
Without seeing your rule's audit log...
Kind regards,
Bill
Hi @Bill Sheboy
Field is a single select list field
Yes, I have double checked no space in key and value
Custom field value also don't have space
"customfield_10058": [ { "self": "https://powerusers.atlassian.net/rest/api/3/customFieldOption/10808", "value": "Closed", "id": "10808" }
Option name is exactly same in lookup table.
Lookup Table data in log :
LookupTable{objectMap={Done=50, Closed=100}, size=2, entries=[LookupTableEntry{key=Done, value=50}, LookupTableEntry{key=Closed, value=100}]}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for checking those things, @Vikrant Yadav I just ran my ginormous test rule to exercise lookup table features and saw no change in behaviors.
Have you tried disabling this one and re-creating it to test for a rule "glitch"?
And, you do not show your entire rule. What is trigger? Perhaps there is some weird timing problem. That could be diagnosed with:
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.
Thanks @Bill Sheboy I have tried to create another rule with a different field which is single select list field.
Creating another rule from scratch fix my issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome; I am glad to learn that solved it!
If you are interested and still have the old rule, you may be able to identify the cause by exporting it to JSON and reviewing it. My hypothesis is it's one of these:
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.