Does anyone know how to load java libraries/tools into Confluence User Macros?
I need to use the DateTool()
Thanks
So I have had to write a plugin to solve my solution. User Macros are great, but do lack the flexibility to include java modules.
What is your use case for needing DateTool specifically?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Daniel,
I want a macro that compares the last edit timestamp of a linked page, with the users recent history of the same page. If the page has been updated since the user last viewed it, then the macro will highlight the link to show it has new content not viewed by the current user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Chris,
It seems like you are trying to notify users that specific page has been modified since a user edited it last.
Would having a user subscribe to a page and then getting email notifications as well as notifications in the notifications box fulfil this need, or does the use case necessitate that text be highlighted on the page itself.
I am just trying to walk you through some of the default behavior of Confluence before you build something on your own. Maintianing your own plugin can be a giant pain.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Daniel,
Yes that is close to what I want, but the pitfall here is mandating that users subscribe/watch the page and remain subscribed (as they can always stop watching the page if they get sick of emails etc). Since we have staff all over the world, and tracking new staff and ensuring they subscribe can be a bigger challenge.
I was wanting a more descrete method of notifications that did not use emails and does not rely on them "doing" something (ie. subscribing/watching pages).
I have written User Macros, but never any plugins, this is new territory for me, so if I can avoid doing that, all the better.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
From my research I was not able to find any macro/plugin or guide that match the criterea you want :(.
I believe you might need to develop your own plugin to do that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.