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

Implement GitHub Issue Editing Sync Functionality #2173

Open
6 of 10 tasks
OjasMaywade opened this issue Sep 20, 2024 · 0 comments
Open
6 of 10 tasks

Implement GitHub Issue Editing Sync Functionality #2173

OjasMaywade opened this issue Sep 20, 2024 · 0 comments

Comments

@OjasMaywade
Copy link

OjasMaywade commented Sep 20, 2024

Issue Description

Currently, there is a one-way flow of data from the RDS GitHub repository to the RDS TCR page:

  • If a new issue is added to the RDS GitHub repository, it is successfully reflected on the RDS TCR page. (On task page, it's not synced)
  • Any changes made to GitHub issues are not synced with RDS Tasks and any changes made directly on RDS Tasks and TCR (e.g., updates by the task assignee or assigned member) do not sync to the corresponding GitHub issue, creating an incomplete synchronization process.

Expected Behavior

Any changes made to a task on RDS Tasks or TCR by the task assignee or the assigned member, these updates should be automatically reflected in the corresponding GitHub issue on the RDS GitHub repository. And also any changes made on GitHub issue on the RDS GitHub repository it should reflect on RDS Task and TCR. This ensures two-way data synchronization between RDS Tasks/TCR and GitHub Issues.

Current Behavior

Currently, there is a one-way data flow from the RDS GitHub repository to the RDS TCR page. New issues and any updates in GitHub are reflected on the RDS TCR page, but the same changes are not reflected on RDS task page. Any Changes made on TCR/Task page are not synced back to GitHub issue. This is creating an incomplete synchronization.

Screenshots

NA

Reproducibility

  • This issue is reproducible
  • This issue is not reproducible

Steps to Reproduce

  1. Modify a task on RDS Tasks (e.g., update the task title, description, or status) by the assigned member or task assignee.
  2. Observe that the corresponding GitHub issue does not reflect these changes.

Severity/Priority

  • Critical
  • High
  • Medium
  • Low

Additional Information

Checklist

  • I have read and followed the project's code of conduct.
  • I have searched for similar issues before creating this one.
  • I have provided all the necessary information to understand and reproduce the issue.
  • I am willing to contribute to the resolution of this issue.
@OjasMaywade OjasMaywade changed the title TCR/Task: Implement GitHub Issue Editing Sync Functionality Implement GitHub Issue Editing Sync Functionality Sep 21, 2024
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

No branches or pull requests

1 participant