mandatory to link work item
Is it possible to set some kind of precondition to have a link of a certain type added to a work item?
With preconditions I can assure that an attribute has a specific value. Because we would like two different items to be linked (so you can move back and forth between the two) we are using linktypes and in the presentation the references. Now I would like to check if a link of a certain type is added before the user can save that work item.
Is it possible? And if yes, how?
With preconditions I can assure that an attribute has a specific value. Because we would like two different items to be linked (so you can move back and forth between the two) we are using linktypes and in the presentation the references. Now I would like to check if a link of a certain type is added before the user can save that work item.
Is it possible? And if yes, how?
Accepted answer
See https://www.google.com/search?q=required+link+to+work+item+site:jazz.net
Answer https://jazz.net/forum/questions/213375/how-to-set-links-as-mandatory-before-saving-a-workitem
Is still true. You would have to create an advisor. See https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/
Answer https://jazz.net/forum/questions/213375/how-to-set-links-as-mandatory-before-saving-a-workitem
Is still true. You would have to create an advisor. See https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/
Comments
Thank you for your answer - though the google link really wasn't necessary. As you can see yourself it shows a lot of answers how to link work items with requirements items and that is not what I was looking for - which is why I asked the question here, after searching for an answer.
But thank you very much for the other links, I couldn't find those before.