#!/bin/sh PROJECT="LDT" EPIC="LDT-82" SUMMARY="" DESCRIPTION="" Behrouz="5d6f09ceab129d0c306d9ddb" Sean="612ea6656fa73c006a74b38a" Dara="63bdca0294d18cbf67728f0c" Michael="612ea6656b6661006902b6a6" Tiffany="60e7528f84c99200718a2beb" Sarina="5f84db2c57ca8c0076426fbb" Vinay="712020:786e2eb8-3cdd-4975-aa18-c3f40b0d6871" Amir="712020:18638c6b-26a8-4529-839a-172ac06ac020" Jonny="712020:af6bd98b-1897-4870-aaf6-fd6169805d9e" Daniel="712020:1cd45b7c-2a8a-4635-beb4-fe4680cd2c44" GROUP="OP" SUMMARY="" DESCRIPTION="" USER="$Dara" ./Jira_Create_Story.sh "$PROJECT" "$EPIC" "$GROUP" "$SUMMARY" "$DESCRIPTION" "$USER" GROUP="VV" SUMMARY="" DESCRIPTION="" USER="$Sarina" ./Jira_Create_Story.sh "$PROJECT" "$EPIC" "$GROUP" "$SUMMARY" "$DESCRIPTION" "$USER" GROUP="TD" SUMMARY="Messaging/Dialin" DESCRIPTION="$SUMMARY" USER="$Sean" ./Jira_Create_Story.sh "$PROJECT" "$EPIC" "$GROUP" "$SUMMARY" "$DESCRIPTION" "$USER" GROUP="DD" SUMMARY="Messaging/Dialin" DESCRIPTION="$SUMMARY" USER="$Vinay" ./Jira_Create_Story.sh "$PROJECT" "$EPIC" "$GROUP" "$SUMMARY" "$DESCRIPTION" "$USER" GROUP="FP" SUMMARY="Messaging/Dialin" DESCRIPTION="$SUMMARY" USER="$Michael" ./Jira_Create_Story.sh "$PROJECT" "$EPIC" "$GROUP" "$SUMMARY" "$DESCRIPTION" "$USER" GROUP="SW" SUMMARY="Messages Autogeneration" DESCRIPTION="Auto generation of the messages for Luis MVC, and if have more time for DialIn, UnitTests" USER="$Dara" ./Jira_Create_Story.sh "$PROJECT" "$EPIC" "$GROUP" "$SUMMARY" "$DESCRIPTION" "$USER" GROUP="SW" SUMMARY="Application Cleanup" DESCRIPTION="Cleaning up Luis to be build with Leahi Common code and build and execute.\nRemove unused MVC from the code." USER="$Behrouz" ./Jira_Create_Story.sh "$PROJECT" "$EPIC" "$GROUP" "$SUMMARY" "$DESCRIPTION" "$USER" GROUP="SW" SUMMARY="Simulator Cleanup" DESCRIPTION="Cleaning up Luis's Simulator to use the Leahi's Simulator, Dialin, and plugin repositories.\n - remove all the plugings and add new ones for the Leahi.\nAs an exmple\n - Op_mode\n - Alarm\nIf have more time to make the canbus optional." USER="$Behrouz" ./Jira_Create_Story.sh "$PROJECT" "$EPIC" "$GROUP" "$SUMMARY" "$DESCRIPTION" "$USER" GROUP="SW" SUMMARY="Diagnostics Screen" DESCRIPTION="Diagnostics screen for the Leahi messages in the given spreadsheet\n - Implement the Diagnostics screen for Leahi with the defined messages on the given PowerPoint.\n - Implement required Leahi messages in TD_Simulator.py, DD_Simulator.py to support the aformentioned Diagnostics Screen messages.\nAs a demo sending a message from the Simulator and display the modified values on the Diagnostics screen would suffice.\nPlease add the shared spreadsheet and powerpoint links in stroy. " USER="$Amir" ./Jira_Create_Story.sh "$PROJECT" "$EPIC" "$GROUP" "$SUMMARY" "$DESCRIPTION" "$USER" GROUP="SW" SUMMARY="FW Inital integration" DESCRIPTION="Luis to get the Op_mode and navigate to the Main Treatment screen\nShould also display critical values on the Main Treatment screen." USER="$Behrouz" ./Jira_Create_Story.sh "$PROJECT" "$EPIC" "$GROUP" "$SUMMARY" "$DESCRIPTION" "$USER"