Include stage information about the card

This commit is contained in:
Jorge Manrubia
2025-07-24 15:58:48 +02:00
parent ba97ec05d6
commit 4574c0d85c
+1
View File
@@ -21,6 +21,7 @@ module Card::Promptable
* Id: #{id}
* Created by: #{creator.name}}
* Assigned to: #{assignees.map(&:name).join(", ")}}
* Workflow stage: #{stage&.name}
* Created at: #{created_at}}
* Closed: #{closed?}
* Closed by: #{closed_by&.name}