Hi,
I am wanting to automate the creation of JIRA initiatives when new pages are published under a specific parent page and have a specific label of "merchant_integrations"
Have created a button on the mentioned parent page which creates a templated requirements doc of sorts which is also auto-labelled
Can get it working without the specific IF conditions but adding those in causes it to not work.
Any suggestions?
Hi @adam.felsch and welcome to the community,
Parent will search for child content of a particular parent page. So that's why your CQL fails. Try the following:
Where you should replace my page id with your parent id.
Let me know if that worked!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.