US: Manage Trello Lists #3

Closed
opened 2026-05-26 04:21:03 +00:00 by max · 0 comments
Owner

User Story: As a Hermes Agent User, I want to manage lists on my Trello boards (create, rename, archive, move) so that I can organize cards within my projects.

Acceptance Criteria:

  • 3.1 Hermes Agent User can create a new list on a selected board:
    • The plugin SHALL allow the user to specify the name of the new list and the target board (by ID or name).
    • The plugin SHALL create the list and return its ID.
  • 3.2 Hermes Agent User can rename an existing list:
    • The plugin SHALL allow the user to select an existing list (by ID or name) on a board and provide a new name.
    • The plugin SHALL update the list's name on Trello.
  • 3.3 Hermes Agent User can archive a list:
    • The plugin SHALL allow the user to select an existing list (by ID or name) on a board and archive it.
    • The plugin SHALL confirm the list's archival status.
  • 3.4 Hermes Agent User can move a list to a different position on the board:
    • The plugin SHALL allow the user to select an existing list (by ID or name) on a board and specify a new position (e.g., 'first', 'last', or an index).
    • The plugin SHALL update the list's position on the Trello board.
    • The plugin SHALL handle cases where the board or list does not exist or is inaccessible, providing appropriate feedback."
User Story: As a Hermes Agent User, I want to manage lists on my Trello boards (create, rename, archive, move) so that I can organize cards within my projects. Acceptance Criteria: * **3.1 Hermes Agent User can create a new list on a selected board:** * The plugin SHALL allow the user to specify the name of the new list and the target board (by ID or name). * The plugin SHALL create the list and return its ID. * **3.2 Hermes Agent User can rename an existing list:** * The plugin SHALL allow the user to select an existing list (by ID or name) on a board and provide a new name. * The plugin SHALL update the list's name on Trello. * **3.3 Hermes Agent User can archive a list:** * The plugin SHALL allow the user to select an existing list (by ID or name) on a board and archive it. * The plugin SHALL confirm the list's archival status. * **3.4 Hermes Agent User can move a list to a different position on the board:** * The plugin SHALL allow the user to select an existing list (by ID or name) on a board and specify a new position (e.g., 'first', 'last', or an index). * The plugin SHALL update the list's position on the Trello board. * The plugin SHALL handle cases where the board or list does not exist or is inaccessible, providing appropriate feedback."
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: HermesFactory/trello-plugin#3