Is it possible to trigger the automatice creation of a linked work item at the time a requirement is created?
2 answers
Hello
There are not enough details to answer this question accurately. Depending on your requirement, it may be possible.
The DNG Client Extension API allows you to write JavaScript code that is executed when a user performs an artefact "save" action in the browser. Such an extension can do the required work to check whether or not a link exists to a workitem, and if not, create one and make a link.
What you cannot do is arrange for this logic to run in all situations in which an artefact is created - it can only be done if the user working in the browser loads the extension. This may not fit your needs, but it might.
You can learn about that feature here: https://jazz.net/wiki/bin/view/Main/RMExtensionsMain
cheers
There are not enough details to answer this question accurately. Depending on your requirement, it may be possible.
The DNG Client Extension API allows you to write JavaScript code that is executed when a user performs an artefact "save" action in the browser. Such an extension can do the required work to check whether or not a link exists to a workitem, and if not, create one and make a link.
What you cannot do is arrange for this logic to run in all situations in which an artefact is created - it can only be done if the user working in the browser loads the extension. This may not fit your needs, but it might.
You can learn about that feature here: https://jazz.net/wiki/bin/view/Main/RMExtensionsMain
cheers