Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Comala Document Management: Attach trigger to multiple events in

Jonathan Tuzman
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 25, 2020

I have the following trigger:
```
{trigger:labeladded}
    {add-restriction:type=edit|user=@creator@}
{trigger}
```

I'd like to have the same thing happen when the page is created.
I've tried `{trigger:labeladded,pagecreated}` but that's a syntax error.

Can this be done?

2 answers

1 accepted

0 votes
Answer accepted
James Conway
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.
September 29, 2020

Thanks @Kat Warner for recommending our support team! 

For other users that have this question, you need to have two separate triggers - pagecreated and labeladded. So in this case the trigger markup would need to be:

{trigger:labeladded}
    {add-restriction:type=edit|user=@creator@}
{trigger}
{trigger:pagecreated}
    {add-restriction:type=edit|user=@creator@}
{trigger}

Kind regards

James
Senior Product Manager

1 vote
Kat Warner
Atlassian Partner
September 27, 2020

Hi @Jonathan Tuzman , you may want to contact Comalatech directly though their support portal.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events