You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the tasks page has been migrated to status-site from my-site and can be accessed on /tasks and /mine page under dev feature flag. User can now update there task status or create extension requests just by going on either of the above pages under dev=true condition
Description
/tasksand/minepage under dev feature flag. User can now update there task status or create extension requests just by going on either of the above pages under dev=true conditionSteps to Test
Visit the RDS status site:
Append
?dev=trueto the URL. For example:https://status.realdevsquad.com/tasks?dev=truehttps://status.realdevsquad.com/mine?dev=trueOn the task cards, you will now see:
To update the task status, click the dropdown and select the desired status.
To create an extension request, click the Extension Request button and submit a new request.
Notes