[WEB-3362] fix: create sub work item operation#6603
[WEB-3362] fix: create sub work item operation#6603sriramveeraghanta merged 1 commit intopreviewfrom
Conversation
WalkthroughThis pull request modifies how sub-issues are associated with their parent issues. In both the IssueDetailWidgetModals and SubIssuesRoot components, the function calls to add a sub-issue have been updated to use the Changes
Sequence Diagram(s)sequenceDiagram
participant U as User
participant C as Component
participant S as SubIssueOperations
U->>C: Submit modal form
C->>S: addSubIssue(workspaceSlug, projectId, _issue.parent_id, [_issue.id])
S-->>C: Return result
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
⏰ Context from checks skipped due to timeout of 90000ms (2)
🔇 Additional comments (2)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Description
This PR includes fix for add sub work item operation.
Type of Change
References
[WEB-3362]
Summary by CodeRabbit