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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,560,325
Community Members
 
Community Events
185
Community Groups

How to stop staff from renaming and deleting lists?

How to stop staff from renaming and deleting lists?

2 answers

1 accepted

2 votes
Answer accepted
Iain Dooley
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jun 24, 2021

@Jackie Daniel there is no way to do this built in, but you can put in *some* protection using the API.

The most bulletproof way I have done this in the past is with 2 API functions:

1) When a list is archived, unarchive the list

2) When a list name is changed, find a card in the "Board Definition" board named with the list id and set the list name to the description of the found card

3) When a list is created, create a card in the "Board Definition" board named with the list ID and set the description to the name of the list

4) When a list is created, create a list in the "Board Definition" board in the same relative position as the created list

5) When a list is moved, find a list with the same name in the "Board Definition" board and set the relative position of the list to match that of the found list

What this means is that every time you create a list, a "definition" is created that holds the name of the list in its description. After you do that, you can only change the name of the list by updating the description of the corresponding definition card, otherwise anytime the list name is changed, it will change back to what it was originally.

This can't protect against someone moving lists to another board where the "bot user" doesn't have access. Any user of your board could maliciously create a board no-one else has access to, move the list to it, then delete that board. To protect against this, you need something like Rewind to do backups against data loss, but the above will protect against people kind of inadvertently screwing things up by renaming lists or moving things around in the course of their normal work (ie. not malicious behaviour, but "bull in a china shop" type behaviour).

We can create these API automations relatively inexpensively using our BenkoBot platform:

http://www.benkobot.com/

David Bakkers
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.
Jun 25, 2021 • edited Jun 26, 2021

You could also create a rule to send you an email when a list is re-named or archived and tell you who did it, then you can contact them and ahem- politely ask them -ahem to stop doing that, and make it their responsibility to put the list back the way it was ;]

0 votes
Laura Holton _Valiantys_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jun 24, 2021

Hi @Jackie Daniel 👋

Welcome to the Community! There are a number of permissions you can set on a board depending on the user, I'd recommend reading Trello's guide on changing permissions on a board.

I hope this helps but if you have any other questions just ask away 😃

All the best,

Laura

Thank you we read that, it does NOT address my question.

Like DanielRaddd likes this

They need to be able to comment and move cards to completed list but NOT MESS them up and rename header titles of lists.

yeah pretty silly that this isn't possible and that the articles are not help

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events