Hi Team,
I created the JIRA automation for condition based.
1. If condition will be working fine
2. Else if condition is not working .
i have attached the screenshot for your reference find the screenshot. please do the needful for ASAP,
Thanks
SHANAVASH M
Hi SHANAVASH
I believe the issue here is if you have an issue with an empty component list it is not going to hit the if or else statement
It will be filtered out at the component not in Discovery or Eng. Improvement Feature steps
The "NOT IN
" operator will not match a field that has no value (i.e. a field that is empty). For example,assignee not in (jack,jill)
will only match issues that have an assignee and the assignee is not "jack" or "jill". To find issues that are assigned to someone other than "jack" or "jill" or are unassigned, you would need to type:assignee not in (jack,jill) or assignee is empty
.
Whereas if an issue has the component Product & Service development then it will match the component not in Discovery or Eng. Improvement Feature as it has a component and it is not either of the two specified. It will therefore get to the IF statement and execute the create task action
FYI here is a test rule I created
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Support Team [Clearvision]
Thanks for quick response, But i tired this condition also still issue is not creating.
find the screenshot for your reference, please do the needful.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could you provide a full screen shot of the rule?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
You still have the same issue due to the reason we mentioned previously
The "
NOT IN
" operator will not match a field that has no value
So your first and second issue match JQL conditions will only match if there is a value in the component field. If this is empty it will not continue.
Try using the example rule from the screenshot in our previous comment
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.