Rally Software

  • 1.  custom list showing MMF where no children with a special project are assigned

    Posted Jun 27, 2018 08:22 AM

    I would like to set up a custom list showing the MMF which has no children/feature stories that have special project assigned.

     

    Basically I would like to see if I need to create a feature story for that MMF, because there is no feature story for my project/team.



  • 2.  Re: custom list showing MMF where no children with a special project are assigned

    Posted Jun 27, 2018 08:39 AM

    SebastianStark1364589,

     

    OK, I think, if I understand you right, this should get you what you need:

     

    ( UserStories.Project.Name !contains "Your Project" )

     

    Michael



  • 3.  Re: custom list showing MMF where no children with a special project are assigned
    Best Answer

    Posted Jun 28, 2018 06:42 AM

    Thank you for your reply. It helped a lot.

    The solution is for a MMF:

     

    (Children.Project.Name !contains "your project")



  • 4.  Re: custom list showing MMF where no children with a special project are assigned

    Posted Jun 28, 2018 06:55 AM

    Great!  I am glad that helped!  I'll mark your reply as the correct answer since that is what worked for you.

     

    Michael