I want to add description help text for the reporter field via behaviours in script runner to include html links as this can't be applied in the normal format of editing descriptions in JIRA admin set-up.
Please can you provide a dummy example that I can apply for a) Reporter (help text to a web link) and also b) to a custom field that is a user picker format.
Yes that should be possible., if you can create an IQL for the list of objects to assign to the RO field, you can assign those objects.
I suspect you would be looking at something like this:
Assumption 1: the Application objects are selected in an insight custom fields called "Applications"
Assumption 2: Servers have Application attribute (Server appears as inbound objects on application objects)
Assumption 3: Servers have Contacts as an attribute (Server appears as inbound objects on Contact objects)
Filter Scope: objectType=Contact
Filter Assign Scope: object having inR(Application in ($Applications${0}}))
Awesome! Thank you! :-)
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.