Star888
7 months agoNew Contributor
Special characters included in Jira USERID
Hi Team, we use testexceutions (under create Test execution) api in a powershell script by passing the values to the parameters testcycleKey, TestCaseKey, StatusName, executedbyID to update the test case status on the Zephyr. Problem is with the executedbyID where for few of the users in my team their Jira USERID includes special characters like '%','-',':' which is not acceptable into the api as the values are set as string (JiraUserAccountId) ^[-:a-zA-Z0-9]{1,128}$ for executedbyID. Please suggest on how to pass these values and get the executedby ID updated on test execution.