How can i implement customer Kanban tokens in Jira

Ivan Belis October 7, 2019

In our fysical boards we use tokens to limit the WIP coming from a customer.

These tokens are called "kanban tokens" or "customer tokens". For a detailled description see this explanation https://kanbanize.com/blog/patrick-steyaert-customer-kanban/#_ftn2

The fysical tokens are just post-it's with a special color code.

There are a limited number of these tokens available.  If no token is available the customer (or project planners) have to wait for a free token before they can put new issues to the teams.

Is it possible to implement the same technique with JIRA ?

3 answers

0 votes
Tim Wallis May 11, 2022

Ivan, I want to do this same thing. Did you find a satisfactory solution?

ivan_belis May 16, 2022

Hi,  

To implement the token principle we 

  • created a custom multiselect  field with the names of the tokens (1 name for each team)
  • to assign a token to an issue, you just select the correct tokens.  There is a 'token limit' but is not enforced.
  • dashboards give on overview of all tokens  (multiple dashboard , on the team level and generic ones)
  • on the same dashboard the token-limits are also displayed (just plain text)
  • those limits can be changed based on availability of the team

So we do not have an automatic validation of the number of tokens but a manual process with a regular follow-up in the teams and x-teams.

This gives use the needed flexibility and also visibility of the load on the teams.

0 votes
Andrew Laden
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 7, 2019

You could probably do it with some sort of scripted validator, that can use a JQL search to find the number of active reported issues by the user, and fail validation if that number is higher then x.

0 votes
Jack Nolddor _Sweet Bananas_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
October 7, 2019

Hi Ivan,

Is WIP limits feature what are you looking for?

 

Regards.

Ivan Belis October 7, 2019

No not really.

The WIP limit is on a single column on the board, the 'busy' state for example.


We want to limit the total number of active requests a customer can have, they can be in any state of the workflow, 'busy', 'validating', ....


Gustav L_Estrade
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 7, 2019

Hello Ivan,

It is possible to set a Max number of issues in a column on the board. In that way you can limit the customer from putting new issues there until one or more issues have been transitioned. 

This is done via Board (top right corner from the board-view) > Configure > Columns. Then on each column there is a Min and Max setting.

Hope this helps! 

Suggest an answer

Log in or Sign up to answer