A stakeholder prefers to group a set of existing actions into a multistep form. Which work item do you create in Agile workbench to address this change request?
Correct Answer: D
Grouping a set of existing actions into a multistep form as per a stakeholder's request involves adding new functionality or modifying the existing functionality of an application. This type of change request is best captured as a User Story in Agile Workbench.
* D. User Story: User stories are a way to document specific requirements or changes in an agile development environment. They focus on the value or outcome of the change from the perspective of the end-user or stakeholder. In this case, creating a user story allows for the clear articulation of the stakeholder's preference for a multistep form, including the rationale and the expected benefit, facilitating prioritization and implementation during the development cycle.
Bugs (A) are used to report issues or errors in the existing application functionalities. Feedback (B) can capture general comments or suggestions but lacks the structured approach of a user story for implementing new features or changes. Status (C) is not a work item but an attribute used to track the progress of items like bugs, feedback, or user stories.