How to dynamically get the workitem url?
Hello,
One answer
Can you explain your actual end goal in detail? It sounds like you're going about things in a very complicated way and there may be a much more straightforward way to achieve this.
Comments
I agree with Davyd. The API is documented here: https://jazz.net/wiki/bin/view/Main/AttributeCustomization I summarized what I know here: https://rsjazz.wordpress.com/2022/11/25/ewm-attribute-customization-introduction/
You can access the ID of the work item, given that, you can create the URI of the work item It looks like: https://server:port/ccm/resource/itemName/com.ibm.team.workitem.WorkItem/12345 for the work item with ID 12345.
To be precise, I want my end result to be a URL which looks exactly like this: https://server:port/ccm/resource/itemName/com.ibm.team.workitem.WorkItem/12345