Hmm.. If you would use JIRA, create a new project that is open for all users and set up workflow in that way that would process this agreement that should be possible. After creating a ticket you can have a transition be called as you wish and exectue in post function additional code. There are some plugins like ScriptRunner that could help you do that or you can use Webhooks build in JIRA. By setting up security level users would see only issues created by them.
I like this. I will look into how to write and execute functions on transition. Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would recommend a nasty javascript dialog for this use case:) window.confirm("agreement");
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.