Hi Community,
I've a requirement where I have two fields field1 and field 2 and both are of type version picker. Now, I'm looking for a kind of requirement where if there's any difference between the versions of both the fields that should display on my project's dashboard.
I've tried some of the issuefunction expressions of field comparisons for example
issueFunction in expression("", "field != field2")
but, nothing seems to be working.
Hope someone would come up with a possible solution !!
Thanks,
Hi @John Funk - Thanks for your response. I'm a bit late on my reply. I tried the automation for jira before i posted this question. There is an option to compare the fields and i was able to do the same, but i need the result to be displayed on a dashboard. That's where i'm stuck and need help on this. Do you have any idea on how to bring that result to a filter and display on the dashboard ?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would probably create a custom field and set the value of the field as an action when you run the automation.
Then create your filter for the dashboard based on the value of the custom field.
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.