You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Question 1
How do I limit access/rights of users/members on my board from moving any card anywhere?
I want interactivity only in a few lists on the board (not all lists). I want certain lists to have restricted access (only admins can make changes to them so that they act only as informative sections).
Question 2
Also, in the other lists, I want members/observers to be able to move or comment on cards and not delete them.
Also, members and observers should not be able to play with list titles.
Question 3
Also, there's must be a way to customize list headers with an image or detailed description. I am unable to find all these functionalities.
Question 1
How do I limit access/rights of users/members on my board from moving any card anywhere?
I want interactivity only in a few lists on the board (not all lists). I want certain lists to have restricted access (only admins can make changes to them so that they act only as informative sections).
The control of this by role is very limited. Observers can't do anything and board Members/guest can pretty much do everything.
You can use automation to retrospectively undo things members shouldn't have. Example:
"When a card is moved into list by anyone other than me, move it back and post comment, "@username, please don't try and move that again"
Question 2
Also, in the other lists, I want members/observers to be able to move or comment on cards and not delete them.
Similarly
"When a card is archived by anyone other than me, unarchive the card and post comment, "@username, please don't try and move that again"
Also, members and observers should not be able to play with list titles.
You can't stop members renaming lists but you can make sure lists are named correctly by a scheduled command similar to below:
every day, rename list "#1" to "Listname 1", and rename list "#2" to "Listname 2"
The #1, #2 etc... are how to call lists by position...
Question 3
Also, there's must be a way to customize list headers with an image or detailed description. I am unable to find all these functionalities.
You can use card covers and a little automation trick to achieve this, please check my response in this post:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.