Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI to update ticket status in the ticket header #10377

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

danieljames-dj
Copy link
Member

Currently tickets UI doesn't allow to change ticket status. This PR aims at having that feature.

One of the use-case is that if WRT decides not to take any action for a particular ticket, there should be option to change the status to closed.

Comment on lines +44 to +48
options={Object.keys(ticketStatuses[ticketType]).map((key) => ({
key,
text: ticketStatuses[ticketType][key],
value: key,
}))}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a fan of computing these inline. Move to a separate useMemo please 🙃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants