This is a migrated thread and some comments may be shown as answers.

Custom Statuses of Story Workflow

5 Answers 83 Views
Story Board and Task Board
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Florian
Top achievements
Rank 1
Florian asked on 14 Jul 2011, 11:11 AM
Hi 

I am evaluating the TeamPulse application. I was triying to add statuses to a story ("Verify"). That worked I did add it into the Advanced Settings.
My Problem now ist that the Storyboard does not show up that status.
Is it possible to get the new status show up?

Here the pece of xml that i did edit:

<EntityDefinition EntityTypeName="Story">
      <Workflow>
        <Statuses>
          <string>New</string>
          <string>Approved</string>
          <string>Committed</string>
          <string>Verify</string>
          <string>Done</string>
          <string>Removed</string>
        </Statuses>
        <Transitions>
          <Transition From="" To="New" />
          <Transition From="New" To="Approved" />
          <Transition From="New" To="Removed" />
          <Transition From="Approved" To="Committed" />
          <Transition From="Approved" To="Removed" />
          <Transition From="Committed" To="Verify" />
          <Transition From="Committed" To="Approved" />
          <Transition From="Verify" To="Done" />
          <Transition From="Verify" To="Committed" />
          <Transition From="Done" To="Committed" />
          <Transition From="Removed" To="New" />
        </Transitions>
        <UnexecutedStatuses>New,Approved</UnexecutedStatuses>
        <InProgressStatuses>Committed</InProgressStatuses>
        <DoneStatuses>Done</DoneStatuses>
        <ExcludedStatuses>Removed</ExcludedStatuses>
      </Workflow>
...

5 Answers, 1 is accepted

Sort by
0
Elena Hristova
Telerik team
answered on 14 Jul 2011, 12:57 PM
Hi Florian,

 In order to show your new status in the Storyboard, you will need to add it to the StoryBoardStatusList in the Advanced Settings.

<StoryBoardStatusList>
   <string>New</string>
   <string>Approved</string>
   <string>Committed</string>
   <string>Verify</string>
   <string>Done</string>
 </StoryBoardStatusList>

Enjoy exploring TeamPulse and do not hesitate to contact us again if you have any questions. 

Greetings,
Elena Peneva
the Telerik team
TeamPulse R1 Officially Released!
Do you want to be able to directly talk to our professionals and ask questions about the things that interest you?
Reserve a seat for the TeamPulse Weekly Live Demo today!
0
Florian
Top achievements
Rank 1
answered on 15 Jul 2011, 06:40 AM
Ah perfect!

Sorry for that, I had overseen that xml part.

Thank you for help and have a nice day
Florian
0
Velin
Telerik team
answered on 15 Jul 2011, 08:32 AM
Hi Florian,

Glad to hear you have figured that out!

Regards,
Velin
the Telerik team
TeamPulse R1 Officially Released!
Do you want to be able to directly talk to our professionals and ask questions about the things that interest you?
Reserve a seat for the TeamPulse Weekly Live Demo today!
0
Tony
Top achievements
Rank 1
answered on 16 Feb 2012, 06:04 AM
Can I map multiple Story status values into a single story board column? By example, we have a couple of status values ('Assinged' & 'Review') that we would like to see under a single Story Board Column 'Active', make sense ?
Cheers
Tony
0
Elena Hristova
Telerik team
answered on 16 Feb 2012, 10:04 AM
Hello Tony,

 It is not possible to show multiple statuses in one column in TeamPulse story or task boards. Both story and task boards allow you to drag and drop cards and this way you can change the items status or even reassign it to another user. You can check documentation for storyboard and taskboard here and here.

 However, if you wish to distinguish different status groups we have divided all statuses for an entity type in four groups: Unexecuted, InProgress, Done and Excluded. By default we do not show items with statuses in the excluded group on the story and task boards. Will it make sense for you if we make status lanes for statuses in different status groups with different colors?

 Looking forward to hearing from you.

Regards,
Elena Peneva
the Telerik team
New Cross Project Perspective in TeamPulse coming soon!
Want to know how TeamPulse could help you better track all your projects?
Reserve a seat for the TeamPulse R1 webinar today!
Tags
Story Board and Task Board
Asked by
Florian
Top achievements
Rank 1
Answers by
Elena Hristova
Telerik team
Florian
Top achievements
Rank 1
Velin
Telerik team
Tony
Top achievements
Rank 1
Share this question
or