CARally
Actions and Commands
The Commands and Action CARally Bot can Perform :
Actions | Commands |
---|---|
    lists the features | list features |
lists the Epics | list Epics |
lists the UserStories | list UserStory |
lists the Bugs | list Bugs |
lists the Tasks | list Tasks |
lists the TestCases | list TestCases |
lists the Releases | list Releases |
lists the Iterations | list Iterations |
list projects from a given workspace | list Project from <worksapce> |
Deletes the feature of the objectid | delete feature <objectId> |
    delete Epic<objectId> |     Deletes the Epic of the objectid |
    Deletes the Userstory of the objectid |     delete UserStory <objectId> |
    Deletes the Bug of the objectid |     delete Bug <objectId> |
    Deletes the Task of the objectid |     delete Task <objectId> |
    Deletes the TestCase of the objectid |     delete TestCase <objectId> |
    Deletes the Release of the objectid |     delete Release <objectId> |
    Deletes the Iteration of the objectid |     delete Iteration <objectId> |
    create a bug with given details |     create Bug <bugname> Desc <desc> Priority <priority> Severity <severity> and Status <state> |
    create a feature with given details |     create Feature <featurename> Desc <desc> and Status <state> |
    create an epic with given details |     create Epic <epicname> Desc <desc> and Status <state> |
    create an iteration with given details |     create iteration <iterationname> startdate <startdate> Enddate <enddate> and Status <state> |
    create a release with given details |     create release <releasename> startdate <startdate> Enddate <enddate> and Status <state> |
    create a task with given defectid |     create task <taskname> workproduct <defectid> |
    create a testcase with given defectid |     create testcase <testacasename> workproduct <defectid> |
    create a user story with given name |     create userstory <userstoryname> |
     → Actions available by default
     → Actions enriched by OneDevOps | OnBot