How can I create more than one action by postfunction using Bob Swift Run CLI Action

Guilherme Nogueira
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 28, 2015

Hi,

 

I have a Run CLI action postfunction with this command:

--action addProjectRoleActors --server %base_url% -p aaaa -u aaa --project %original_customfield_11829% --role "Administrators" --userId "test,%original_customfield_12909%" --group "CM, PL"

 

But I want to run this same action for different project roles, like that:

 

--action addProjectRoleActors --server %base_url% -p aaaa -u aaa --project %original_customfield_11829% --role "Administrators" --userId "test,%original_customfield_12909%" --group "CM, PL"

--role "Role2" --userId "test,%original_customfield_12909%" --group "ABC, CDE"

 

Any help? Thanks smile

1 answer

1 accepted

0 votes
Answer accepted
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 28, 2015

If you want to run multiple action for a single CLI post function, use the run action and provide the other actions as data. This picture from CLI Post Function shows an example.

Guilherme Nogueira
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 28, 2015

Thanks! I'm facing a lot of problems when I try to found any documentation from your addons.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events