I need to apply a security declaration that must be checked everytime a user modifies an Issue in our project. I have implemented this be creating a required custom field which I can reset as a post-function on event transitions. However, I also need to be able to reset it whenever a user Edits an issue - so it is left unticked for the next time an Issue is edited. How do I do this? Or alternatively, is anyone aware of any other functionality or addons that provides some kind of pop-up window for just this kind of security declaration whenever an issue is modified?
Many thanks in advance, Emily Howell
You could use javascript to do an alert('Security declaration') that would let them click ok on it before they would be able to save the edit/create the issue. You can post javascript in the description of custom fields and it will excecute whenever that field is displayed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Luther - are you aware of javascript no longer being supported for custom fields from 6.2.x onwards (I have seen some other comments elswhere about this and not entirely sure of the impact)? Also, do you use an addon to support your use of javascript, such as ScriptRunner?
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.