Hi,
On a request type form we have an Assets custom field. Now we want when a certain object is selected in this field that the open issues that are linked to this object are shown in an issue-picker field. Is this possible?
With a Behaviour for example?
This concerns Jira Service Management DC and we have Scriptrunner.
regards, Marco
@Marco BrundelSince you are on DC with scriptrunner that is doable with a behaviour.
With the object id perform REST API call to get all issues
(https://jira.atlassian.com/browse/JSDSERVER-11131)
Then use the behaviour API to fill the issue-picker field with the list of issues returned above.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Adolfo Casari
Do you have an example of a behavior script?
I couldn't find one on https://library.adaptavist.com/.
regards, Marco
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.