sonyxperiadev / BacklogTool

This tool keeps track of the backlog for software development teams
43 stars 19 forks source link

URL reference regardless of state #152

Open ChristofferL opened 10 years ago

ChristofferL commented 10 years ago

The following has been requested; When referring to a backlog item using URL you need to know which state the item have, if you have selected the wrong state item won’t show. If your item isn’t shown and you toggle active/archived the filtering by id is lost.

{backlog-url}/story-task/areaname?archived-view=true&ids=2590 will show

{backlog-url}/story-task/areaname?archived-view=false&ids=2590 will not show.

{backlog-url}/story-task/areaname&ids=2590 e.g would figure out the archived-view state on the fly.