I have a user that would like a Confluence space created for other users to submit Requests for Comments. Easy enough to do.
Now comes the hard part - they want the header to autopopulate with an autonumber (001, 002, etc) Request and to publish the completed request onto the appropriate page. What I find on the web for doing this is outdated with triggers/actions apparently no longer in Confluence.
Can anyone provide assistance on this?
Hi @Donna Bates
Yeah, Confluence Cloud has no native running counter, so any older guide that stamped 001, 002 through template triggers simply does not work anymore. The Publish page automation action does add a number, but only to keep titles unique, so it is not a controllable request counter.
I would split this into two separate problems.
Are you open to a Marketplace app for the ID, or should this stay app-free?
Cheers, Martin
We'd prefer to stay app free for now or at least until November, we review our budget for all the apps then.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So for this that you mentioned: "...Add one row per request, turn on Number entries so each entry gets a sequential value..."
Would the database add additional rows as time goes on or would someone have to manually do that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A Confluence database will not add rows on its own. Each request is a row that someone creates when it comes in, so that part stays manual.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For the least manual effort and a number that stays put, Jira or JSM fits well. Creating one issue from an email or form is a single action that both logs the request and assigns a permanent key, such as REQ-1 or REQ-2, which is never renumbered. You can still surface those on your three index pages with a Jira issues macro filtered by status.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.