I would like to add a blog or page for our CoreMetrics team to post their daily KPIs.
How can I automatically create a post with an email that is sent out to our group? Is this even possible?
since sending emails is a recurring topic and there are already several forum posts and tickets, we took the effort to collect all available information about this in a single blog post. You can find the blog post here.
To answer your question directly:
You're able to automate the reporting from Jira to Confluence via email. But you need a plugin to do so. You need to install the mailto.wiki plugin.
(Disclaimer: I'm one of the developers of mailto.wiki)
With these plugins, you have the possibility to register email addresses, which in simple terms count as a mailbox for Confluence pages or spaces. To write Jira KPIs to Confluence on a daily basis, you need to do the following:
I hope this helps you.
Best regards
Hendrik
Hi,
Not entirely sure what it is you want to do, but if the email is a prompt for the team to create their daily KPI post you could just use the following link in the email:
http://<YOUR CONFLUENCE BASE URL>/pages/createblogpost.action?spaceKey=<YOUR SPACE KEY>
e.g.
http://mycompany.atlassian.net/pages/createblogpost.action?spaceKey=KPI
When someone clicked the link a blank blog post would be created where they could enter their KPI details.
Or do you want people to fill in a form or send an email with the KPI details to Confluence?
Andrew.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's actually the ability for those team members to update their KPI Blog in Confluence with the daily KPI report via email. Is this possible? Or do they need to go directly into Confluence?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah ok. There are a few plugins that provide that functionality:
https://plugins.atlassian.com/13214
https://plugins.atlassian.com/plugins/biz.artemissoftware.plugins.confluence.send-email-to-page
but are you using OnDemand rather than the download version of Confluence? Unfortunately plugins cannot be installed with OnDemand so the above would only be applicable if you were using the download version.
Another alternative would be to script something and use the remote API (https://developer.atlassian.com/display/CONFDEV/Confluence+Remote+API+Reference) to post content to Confluence. Remote APIs are available with OnDemand.
Hope that's of some help?
Andrew.
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.