I have built a rule, in the sandbox, this rule should create a work item when an asset has reached the device age greater than 3.9. Then a form should also be attached.
So that I can attach a form at all, I have now built a for each branch, but it gives this error message:
This component may be incompatible
One of the following needs to be produced earlier in the rule by the trigger or with a 'for each' branch for this component to work:
* Work item
As I understand it, the branch needs the work item “For: Current work item” before it can start. But it is already there.
thank you!
So when I validate the rule it looks good, but I can't turn the rule on!
So, everywhere are check marks. When I want to turn the rule on, it says "Rules with object triggers cannot be scoped to individual projects or project types. They must be scoped to 'All Projects'."
Okay, then I export the rule into the global Automations:
Same issue: Rules with object triggers cannot be scoped to individual projects or project types. They must be scoped to 'All Projects'.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In the action above your branch, you are creating a work item in Same Project but you haven't identified any project yet. Since forms are linked to projects, automation does not know where to retrieve available forms from.
See what happens when you make the selection of a project for your work item specific.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried it also, but I can't select a form, when I chose one project.
I have talked to the jira support and he told me that forms and assets do not work together, so I should try a workaround. I will report back!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would agreed with @Walter Buggenhout suggested. With automation rule, it is always something new to learn more after trial/error.
Best, Joseph Chung Yin
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.