I'm editing an automation that has existed for a while by adding an additional else statement. I was able to do so, but within that else statement I can no longer directly add an in-line conditional.
The existing else statement already had an in-line conditional and I was able to drag it to my new one, but when I try to add a new component in-line I do not have an option to add a condition.
Any idea why?
P.S. I was able to create the desired "issue fields condition" by adding it in-line before the "if / else block" and then dragging it into place.
Looks like it has been removed or should I say the option is no longer available in 6.1.7 after ungrading. If you had the Actions column displayed before the upgrade, then you still have it. You just cannot add or remove it.
This bug has a workaround via SQL (I have not tried it yet), see JRA-35500
UPDATE propertynumber SET propertyvalue = 1 FROM propertyentry WHERE property_key='user.show.actions.in.navigator' AND propertyentry.id = propertynumber.id
You should be able to do it in the "List" view. Make sure you haven't already added it and you are not on the "Detail" view.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't see how to add or remove it when in list view.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, I know what you mean now. Checked in 6.1.1 version and I don't see the option to remove Actions either. Not sure if it was removed as an option or not.
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.