Index: Jira/Jira_Create_Story.sh =================================================================== diff -u -rfecb3b4ea0ab60f175cdadacc0c5502a76d3e79c -re16d675ef5add82e3c7f09ca73dd4816deb66ebc --- Jira/Jira_Create_Story.sh (.../Jira_Create_Story.sh) (revision fecb3b4ea0ab60f175cdadacc0c5502a76d3e79c) +++ Jira/Jira_Create_Story.sh (.../Jira_Create_Story.sh) (revision e16d675ef5add82e3c7f09ca73dd4816deb66ebc) @@ -16,22 +16,26 @@ SUBTASK_LIST=" -Update PRS/SSRS Requirement(s) -Update Sys Architecture -Update Sys Hazard Analysis -Update Sys Verification Test Case(s) -Update SRS Requirements -Update Software Verification Test Case(s) -Update Software Architecture -Update Software Hazard Analysis -Update Software Detailed Design (SDD) -Update Software Integration Test Case(s) -Update Unit Test(s) -Implement Code -Dry Run Unit Test(s) -Dry Run Software Verification Test(s) -Dry Run Software Integration Test(s) -Dry Run System Verification Test(s) +dox: Update PRS/SSRS Requirement(s) +dox: Update Sys Architecture +dox: Update Sys Hazard Analysis +dox: Update Sys Verification Test Case(s) +dox: Update SRS Requirements +dox: Update Software Verification Test Case(s) +dox: Update Software Architecture +dox: Update Software Hazard Analysis +dox: Update Software Detailed Design (SDD) +dev: Code Implementation +dev: Diagnostics Screen investigation - optional - in-case +dev: Modularization - optional - in-case +dev: Update Simulator/Dialin +dev: Update Software Integration Test Case(s) +dev: Update Unit Test(s) +dev: Code Review +v&v: Dry Run Unit Test(s) +v&v: Dry Run Software Verification Test(s) +v&v: Dry Run Software Integration Test(s) +v&v: Dry Run System Verification Test(s) " ERROR_INVALID_RESPONSE=1 @@ -173,7 +177,7 @@ } echo "" -SUMMARY="$1" +SUMMARY="UI: $1" DESCRIPTION="$2" KEY="$( createStroy "$SUMMARY" "$DESCRIPTION" )"