-
Bug
-
Resolution: Fixed
-
Medium
-
10.80
-
None
-
1
-
Severity 3 - Minor
Issue Summary
Under Definition of Done, there is terminology called 'PSI' which was used in SAFe 2.0. Customers on newer releases of SAFe (i.e. 4.0) aren't able to change the card title to PI. There doesn't seem to be a way to change the card title via Platform Terminology, either.
Steps to Reproduce
- Log in to https://alignsupport.jiraalign.com
- Navigate to the "Definition of Done" page
- Look for PSI Done
Expected Results
The title should be updated to reflect a more recent SAFe release, or the customer should have a way to change the title to their liking.
Actual Results
Looking in the AjaxDone.asp code, "PSI Done" appears to be hard-coded:
<div class="done-card-wrapper"> <div class="done-card-title"> PSI Done<i class='icon icon-add-2' title='Edit Definition'></i></div> <div class="done-card-info"> <%=EncodeXssHtml(TerminologyReplace(dlookupParam("Done","tblDone","ID", 4, adInteger, 4, "", "", "", "", "", "", "", "")),True)%><%'verified %> </div> </div>
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- resolves
-
ALIGNSP-6669 Loading...