-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add child issues to Jira extension #15204
base: main
Are you sure you want to change the base?
Conversation
- added Child Issues - Initial commit
Thank you for your first contribution! 🎉 🔔 @thomaslombart @FezVrasta @teziovsky @gavinroderick @michael-par @literallyjustroy @mheidinger @mikybars @luarmr you might want to have a look. You can use this guide to learn how to check out the Pull Request locally in order to test it. You can expect an initial review within five business days. |
- added Child Issues - removed contributor - fixed errors related to fetching - added Child Issues
issueDetail
issueDetail
- fix: update UI for non-epic issues in IssueChildIssues - added child issues to jira extension - Initial commit
wrong github name was provided
i guess name it supposed to be the one on the raycast account
Is there anything else that needs to be checked in this pr? or anything that needs to be corrected for merge? @thomaslombart |
Yes, I left a comment just above. |
sure? i dont see it |
); | ||
|
||
const isEpic = issue.fields.issuetype?.name === "Epic"; | ||
const { issues: epicIssues, isLoading: isLoadingEpicIssues } = useEpicIssues( |
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.
Why having two useEpicIssues
in the component? Can't they be combined into one?
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.
good catch, fixed on latest commit! :)
Oh indeed, it was a pending comment, sorry! 😅 |
- Merge branch \'contributions/merge-1731595802691143000\' - Pull contributions - removed duplicated hook call
Thank you for your comment c:, fixed! |
Description
Implemented the functionality to display child issues in the
IssueDetail.tsx
component. Additionally, a new option named “Open Child Issues” has been added to the action panel, enabling users to navigate through the child issues.Screencast
jira.mp4
Checklist
npm run build
and tested this distribution build in Raycastassets
folder are used by the extension itselfREADME
are placed outside of themetadata
folder