Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Does the power-up storage limit apply to each card or all cards in the board?

Rese
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 4, 2024

As stated above, the power-up storage limit for cards/shared pair should be 4096. This sounds that it applies to the power-up generally speaking, not for each card. Is this the case? Couldn't find an answer anywhere. Thank you.

2 answers

0 votes
Tymek Zapała _Colorful Budget_
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.
February 6, 2024

@Rese 

TLDR

It's a bit more nuanced - it depends how you save your power-up data.

Explanation

The limit is set for scope/visibility pair. It means that you have 4096 character limit for every unique pair. So answering your question, it depends how you store your power-up data.

For example, if you use:

t.set('card', 'shared', value);

The limit applies to one card in shared visibility, because you use card scope. But if you use:

t.set('board', 'shared', value);

Then the limit applies to whole board in shared visibility.

Scope can be: board, card, member or organization, and visibility can be shared or private.

Remember about different visibility

Character limit being set for unique pair means that you have separate 4096 characters storage for the same scope but different visibility, for example:

t.set('board', 'shared', value);

and 

t.set('board', 'private', value);

Hope it helps

 

0 votes
milynnus
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.
February 5, 2024

@Rese 

My understanding it is per card. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events