Open akankshaoc opened 2 months ago
Searching the Jira Project for Test cases with a summary name can be done using TTM$J API's endpoint constructing a jql
cannot find a good jql
//todo: change to jql for absolute matching
String jql = "project = "
+ projectKey
+ " AND summary ~ '"
+ summary
+"'";
makeshift solution implemented in
There must be a one-to-one mapping between Scenarios in the feature file and Test Cases [issue type] in the jira project. Each Scenario Identifies with a test case using name - summary mapping, i.e. a test case that correspond to a given scenario will have the same summary as the name of the scenario.
The user's of the utility will have to