It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Hello
Confluence: 4.1.2
Is it possible to make a link to "new blog post" (createblogpost.action) in wiki content body?
Currently I am making a link to http://example.org/confluence/pages/createblogpost.action?spaceKey=space but it depends on the context of Confluence which should be avoided.
I would like to make a relative link. And if possible populate the title of the new post with some template.
Thanks in advance.
I can't really guess the use case for this, but a user macro could be the way forward...
Browse to Confluence Admin | Configuration | User Macros
Add a new user macro...
## Macro title: New Blogpost ## Macro has a body: N ## Body processing: n/a ## Output: HTML ## ## Developed by: David Simpson [AppFusions] ## Date created: 2012-01-12 ## Installed by: My Name ## This is an example macro ## @param Title:title=Title|type=string|required=true|desc=The blogpost title #set ( $blogpostTitle = $generalUtil.urlEncode($paramTitle) ) <a href="$req.contextPath/pages/createblogpost.action?spaceKey=$space.key&title=$blogpostTitle ">$paramTitle</a>
Further details: http://minus.com/mKYmU0y0I#1o
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi team, I’m Avinoam, a product manager on Confluence Cloud, and today I’m really excited to let the Community know that all customers can now try out the new editing experience and see some of the ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.