Hello!
Can You please tell me, if a company has the SQL plugin can this plugin display different results from an SQL query for each emploee individually. For example, specific emploee can see how much unresolved tasks he has in a Horizon system?
Regards,
Ella
Not using just the SQL plugin. You can supply static parameters to a query, but not dynamic ones that change based on who is accessing the page.
However, if you combine it with the Run plugin you can get this dynamic functionality.
https://marketplace.atlassian.com/plugins/org.swift.confluence.run
And specifically for this case, the $current_user_id pre-defined variable is available - see Pre-defined variables .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ella,
You can do this using the Play SQL Base add-on, and it is free:
- Write a query
- Use the built-in parameter $userName in your query
See PLAYSQL-10 for details on how it works. Contact me (or write on Answers) if there's any difficulty.
Cheers,
Adrien
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This should be possible depending on how you design the query and the way the results are being presented. You may want to check out SQL Plugin and work with your DB Admin who is familiar with those queries and construct them accordingly.
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.