Workflow Statemachine
From a previous discussion I noticed that actions or events should automatically appear for workflow attached fields.
However I do not see anything appearing and wondering if its something small I have not done. Attached is output
statemachine("GroupamaState", "State");
from("Raised").on("Submit to SYS");
from("Raised").on("Submit to DEV");
from("with SYS").on("Return to UAT");
from("with SYS").on("Close");
from("with SYS").on("Withdraw");
from("with SYS").on("Defer");
from("with UAT").on("Close");
from("with UAT").on("Withdraw");
from("with UAT").on("Defer");
from("with DEV").on(" Return to SYS");
The Raised state is initial and works when a new issue is created, but then there is no option to change this.
Please sign in to leave a comment.
Ben, would you mind to attach a screenshot of YouTrack workflow editor with the source code?
Also, what build of YouTrack do you use?
Am doing it on the hosted version. Youtrack Hosted Beta
Attachment(s):
sm2.JPG
sm.JPG
Ben,
sorry for incinveniences, but workflow is not workable in current build of Hosted YouTrack yet.
It will be updated closer to this July.
Currently you can get familiar with workflow with our standalone YT 3.0 RC and newest WorkFlow Editor, you can them here:
http://confluence.jetbrains.net/display/TSYSPUB/YouTrack+EAP+Builds
No problem, thanks for letting me know.