Hi everyone
I would like to have a condition like :
a AND (b OR c)
is there a way to define it in the atlassian-plugin.xml??
thanks in advance!!
David,
Can you just clarify exactly what you are trying to do with this? How exactly do you need Jira to behave?
Shannon
Hi, I appreciate your help, this worked to me:
<web-item>
<conditions type="AND">
<conditions type="OR">
<condition class="ClassA"/>
<condition class="ClassB"/>
</conditions>
<condition class="ClassC"/>
</conditions>
</web-item>
It translates to (A OR B) AND C.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi David,
Thank you for letting us know how you were able to solve your issue.
Take care, and have a pleasant week.
Regards,
Shannon
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.