Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Remove "static" identifier from getURLObject method. Our group has changed the WTChangeIssue/WTChangeRequest2 display identifier, but the WorkItem table's "Subject of Assignment" column now incorrectly displays the WorkItem's subject. Our new display identifier includes NUMBER, VERSION, NAME. The Subject of Assignment column appends the name to the end of the display identifier, leaving us with two names. We have extended the AssignmentsSubjectNameDataUtility to account for this, but we must duplicate a lot of PTC's work, starting with "getWorkItemSubjectDisplayName." It would be much easier (and less work on the system) if we could override getURLObject instead.