New to Taiga what is blocking condition and WHERE to use it?

I have heard of the blocking condition in the past - in connection with Agile/Scrum. I see information about it online but what THING is supposed to be subject to that condition? An epic? an issue? A user story? A task? All of the above? And when and why?

hi @blahboybaz !

In Taiga any entity may be BLOCKED. You can see the lock icon in epics, user stories, tasks and issues.
image

Typically, blocking an entity is used to make visible that there is a blocking condition, for example, the task “configure blog” is blocked due to “waiting for DNS configuration”.

Sometimes the block is a pre-condition and it’s just a matter of priorization; but other times, you start working on something and find a block; in this ocasions, you may use the BLOCK feature to make it visible, as a reminder.

That said, this is only a scenario, and you may find creative ways of using this BLOCK feature that fit your team’s needs.

Cheers!

Ok I get that. I think what I was wondering is if it makes less (or no) sense to block certain kinds of entities. For example…

  • Would it make sense to block all types of entities in the same project or is it better to decide on one or two kinds of entities that you will allow to be blocked and refuse to do it to others? Why?
  • Does it make more sense to use a blocking condition on certain kinds of entities and not others? Why?

In the first example you could end up with blocking conditions on every different kind of entity in the same project at any given time. In the second example you could end up using a blocking condition on a type of entity that just doesn’t work as well or make sense for that kind of entity.

What is best practice? What different approaches are there? And what is the reasoning behind?

I’m also trying to imagine examples why you would block entities that have multiple items in them - like a user story, for example, where it may have many tasks connected with it or an epic that may have many user stories. Does that ever come up (a reason to block something that encompasses other individual items)?

There is no a “best practice” that suits all scenarios. Depending on the client, or the team or even the specific project, you may need to block different entities. The one thing I can say is that any feature you use, like blocking, should be useful. If you have epics, but you use them only as “virtual folders” and you don’t work with them on a daily basis, it won’t be useful to block them.

Cheers!