-
Notifications
You must be signed in to change notification settings - Fork 265
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
fix: added github html url to task request #1793
Conversation
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.
Please don't transform the url which is in task requests. Task requests are not tasks, GitHub url should be present on tasks. So change/add the url in tasks document created from task requests.
- This change will BREAK multiple task requests flow.
- BREAK the GitHub issue render in task request details page
35fe129
to
639ca1d
Compare
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
he did not review again after some request
…ackend into fix/github-issue-link
…quad/website-backend into fix/github-issue-link
bf664bd
Issue Ticket Number:-
Description:
In this pull request, I have addressed the issue described in Real-Dev-Squad/website-status#1050. The problem was related to the absence of GitHub issue ticket links for tasks created via task requests.
Is Under Feature Flag
Database changes
Breaking changes (If your feature is breaking/missing something please mention pending tickets)
Is Development Tested?
Tested in staging?
Add relevant Screenshot below ( e.g test coverage etc. )
Demo
961f4e14-ec34-444c-8c31-d592bdf70789.mp4
Related
PR - Real-Dev-Squad/website-status#1051