Hi!
Is it possible to check who didn't vote yet from a security group in a confiforms form?
Greetings,
Hanne
ConfiForms works with the data stored in the forms. The views and APIs work with what is inside the forms datasets
You will need to query your security group to get the list of users (using Atlassian crowd or confluence APIs) and the request ConfiForms APIs to get the data for your form and match the voters field with the list of users you have received in the 1st request
Depending on the platform you use (cloud or server/data center) ConfiForms APIs could be found at
Hi Alex,
I'm new in al the query/api/... things. I tried to figure it out, but I can't find how to 'query' my security group"? I can't find this information on your 'documentation' space?
Looking forward to an answer, because I find it really interesting. :)
Greetings,
Hanne
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You shall be looking at Confluence REST APIs for that, as mentioned.. quick search shows that this seems to be an appropriate method to query users of a group
https://docs.atlassian.com/ConfluenceServer/rest/6.15.7/#api/group-getMembers
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.