Hi all,
My situation is this:
I am trying to manage our FAQs using the Confluence Database feature to list the different answers that should appear in different locations (linking to the Page that contains the answer text and using labels to filter for the different locations)
We are using a Comala workflow to manage approvals for the FAQs and I would like to show this as a column in the Confluence Database. I can see that there is no current way to do this, so I am wondering if there is a way to automatically map the Comala status from the workflow as the Confluence page status? I could then use the Page status to reflect the Comala status in the database field.
If anyone has managed a different workaround or has a potential solution to my dilemma I'm open to anything!
Confluence Cloud is the product we are using.
Cheers,
Sarah
Mapping the status of a Comala workflow is directly unavailable and this is confirmed when I worked on a similar effort, when i reached Comala they said they didn't support integration of Comala Document Management with user macros. They did however suggest I look at the following:
Using a CQL filter in the document-state-report macro to report on grandchildren of a page
I found that I could use the document-state-report macro and use a CQL filter of
ancestor=pageid OR id=pageid
to include the root (index) page as well as descendant pages.
However there were a few issues still remaining:
Happy to help any further !!
Thank you very much and have a fantastic day!
Warm regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.