WorkItems: Add iteration quick action
What does this MR do and why?
Add work item quick action and autocomplete for iterations.
- Adds
*iteration:autocomplete to work items for description & comments - Adds
/iteration&/remove_iterationquick actions to work items
Issue: #420790 (closed)
References
Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
How to set up and validate locally
- Go to any work item - you could do this by replacing
issuesin the URL withwork_itemsor by visiting any epic(provided you have new epics experience enabled) - On typing
*iteration:in either description or comments should display list of all available iterations. - Make sure iteration widget is available for work item , then you should be able to see
/iterationand/remove_iterationquick actions. Note -/remove_iterationis only visible if the work item has any iteration attached.
Edited by Abhilash Kotte


