R
R
Rustem Saitkulov2015-08-30 14:46:50
Task Management
Rustem Saitkulov, 2015-08-30 14:46:50

How to make it so that a unique number is automatically assigned to tasks / bugs in Trello?

I would really like to see, as in most trackers, a unique task / bug number for each task in order to use it as an identifier in work. How can I do that?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
Cyrus, 2016-01-16
@Re11oy

The cards have a short ID, but it is hidden.
You can execute in the console to show them
Well, you can make them brighter

.card-short-id {
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #F08B8B;
    display: inline !important;
}

There is a chrome extension that you can add your own styles to the page.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question