-
Notifications
You must be signed in to change notification settings - Fork 959
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
feat: Report an issue - allow user to set ticket priority #1508
feat: Report an issue - allow user to set ticket priority #1508
Conversation
Signed-off-by: Kristen Armes <karmes@lyft.com>
Signed-off-by: Kristen Armes <karmes@lyft.com>
Signed-off-by: Kristen Armes <karmes@lyft.com>
Signed-off-by: Kristen Armes <karmes@lyft.com>
Note: I did not have a way to verify the integration of this feature with Asana, so I've reached out to someone at the company who had me apply for a sandbox premium account to test my change. Once that account has been provisioned and I have tested the Asana client change, I will set this PR as ready to be reviewed. |
Signed-off-by: Kristen Armes <karmes@lyft.com>
frontend/amundsen_application/static/js/pages/TableDetailPage/ReportTableIssue/index.tsx
Outdated
Show resolved
Hide resolved
frontend/amundsen_application/static/js/pages/TableDetailPage/ReportTableIssue/index.tsx
Outdated
Show resolved
Hide resolved
frontend/amundsen_application/static/js/pages/TableDetailPage/ReportTableIssue/index.tsx
Outdated
Show resolved
Hide resolved
frontend/amundsen_application/static/js/pages/TableDetailPage/ReportTableIssue/index.tsx
Outdated
Show resolved
Hide resolved
frontend/amundsen_application/static/js/pages/TableDetailPage/ReportTableIssue/styles.scss
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, only some minor comments.
Signed-off-by: Kristen Armes <karmes@lyft.com>
frontend/amundsen_application/static/js/pages/TableDetailPage/ReportTableIssue/constants.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Kristen Armes <karmes@lyft.com>
…o#1508) * Adding ability to set priority when reporting an issue Signed-off-by: Kristen Armes <karmes@lyft.com> * Use priority level instead of severity name Signed-off-by: Kristen Armes <karmes@lyft.com> * Use P3-P0 for priority buttons Signed-off-by: Kristen Armes <karmes@lyft.com> * Updating betterer results Signed-off-by: Kristen Armes <karmes@lyft.com> * Fix lint Signed-off-by: Kristen Armes <karmes@lyft.com> * Fixing setting of priority enum value for Asana task Signed-off-by: Kristen Armes <karmes@lyft.com> * Addressing PR comments Signed-off-by: Kristen Armes <karmes@lyft.com> * Changing submit label constant Signed-off-by: Kristen Armes <karmes@lyft.com> Signed-off-by: Amom Mendes <amommendes@hotmail.com>
…o#1508) * Adding ability to set priority when reporting an issue Signed-off-by: Kristen Armes <karmes@lyft.com> * Use priority level instead of severity name Signed-off-by: Kristen Armes <karmes@lyft.com> * Use P3-P0 for priority buttons Signed-off-by: Kristen Armes <karmes@lyft.com> * Updating betterer results Signed-off-by: Kristen Armes <karmes@lyft.com> * Fix lint Signed-off-by: Kristen Armes <karmes@lyft.com> * Fixing setting of priority enum value for Asana task Signed-off-by: Kristen Armes <karmes@lyft.com> * Addressing PR comments Signed-off-by: Kristen Armes <karmes@lyft.com> * Changing submit label constant Signed-off-by: Kristen Armes <karmes@lyft.com> Signed-off-by: Ozan Dogrultan <ozan.dogrultan@deliveryhero.com>
…o#1508) * Adding ability to set priority when reporting an issue Signed-off-by: Kristen Armes <karmes@lyft.com> * Use priority level instead of severity name Signed-off-by: Kristen Armes <karmes@lyft.com> * Use P3-P0 for priority buttons Signed-off-by: Kristen Armes <karmes@lyft.com> * Updating betterer results Signed-off-by: Kristen Armes <karmes@lyft.com> * Fix lint Signed-off-by: Kristen Armes <karmes@lyft.com> * Fixing setting of priority enum value for Asana task Signed-off-by: Kristen Armes <karmes@lyft.com> * Addressing PR comments Signed-off-by: Kristen Armes <karmes@lyft.com> * Changing submit label constant Signed-off-by: Kristen Armes <karmes@lyft.com>
…o#1508) * Adding ability to set priority when reporting an issue Signed-off-by: Kristen Armes <karmes@lyft.com> * Use priority level instead of severity name Signed-off-by: Kristen Armes <karmes@lyft.com> * Use P3-P0 for priority buttons Signed-off-by: Kristen Armes <karmes@lyft.com> * Updating betterer results Signed-off-by: Kristen Armes <karmes@lyft.com> * Fix lint Signed-off-by: Kristen Armes <karmes@lyft.com> * Fixing setting of priority enum value for Asana task Signed-off-by: Kristen Armes <karmes@lyft.com> * Addressing PR comments Signed-off-by: Kristen Armes <karmes@lyft.com> * Changing submit label constant Signed-off-by: Kristen Armes <karmes@lyft.com>
Summary of Changes
This change adds a set of radio buttons to the
Report an issue
modal that will allow users to select a priority from the levels P3-P0 instead of automatically creating tickets only with the default P2.Tests
A few JS and python tests were modified to include the
priority_level
field anywhere issue creation is tested.Documentation
N/A
CheckList
Make sure you have checked all steps below to ensure a timely review.