Setting workflowScheme using JCLI

ZZ Zimmerman December 2, 2011

Hey there,

I was using the JCLI 2.3 to create a project and set the workflowscheme using "createProject --workflowScheme". It was silently failing for me. The project would be created just fine and all other fields set, but workflowScheme was always the default.

I did a little debugging and figured out that you can't actually set the workflowScheme until after the project has been created. This is because it needs the project id to set the workflow scheme. If I use createProject to create the project first, then use updateProject to set the workflowScheme, everything works fine.

Just thought I'd share this with you, as it took me a bit to figure it out.

...Zz

2 answers

1 accepted

0 votes
Answer accepted
ZZ Zimmerman December 2, 2011

Answer posted as part of the question.

0 votes
Bob Swift OSS (Bob Swift Atlassian Apps)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 2, 2011

Reference is JCLI-202

Suggest an answer

Log in or Sign up to answer