Basically I have a build form that has an accept and a reject column. I want a button for each that I can have and when pressed it prompts for the users password and then adds the persons name into the field that is locked and cannot be changed
Would be ideal if this can lock the row in the table
Have you been using some sort of a plugin to build your form?
Nope, have no plug-ins currently... was hoping that this could be done simply using code... but don know what that code would be. I will then hope to put this into a template/blueprint
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Probably you will need to store it in the content properties... https://developer.atlassian.com/server/confluence/content-properties-in-the-rest-api/
Wrapping this into a user macro might have more sense (and hide some implementation details). But hardly will make this all secure enough, especially to satisfy your requirement around "that is locked and cannot be changed"
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.