-
Notifications
You must be signed in to change notification settings - Fork 434
[repo] Fix all tracker links to point to atlassian #1376
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
Conversation
✅ Deploy Preview for moodledevdocs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Pull Request Overview
This PR migrates all references from the legacy tracker.moodle.org to the new moodle.atlassian.net Jira instance.
- Updated documentation links across multiple guides to point at the Atlassian Jira URLs.
- Adjusted project metadata (JSON) and GitHub issue template to use the new tracker URL.
Reviewed Changes
Copilot reviewed 586 out of 586 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
general/app/development/setup/index.md | Switched MOBILE-1970 link to Atlassian domain |
general/app/development/plugins-development-guide/examples/self-enrolment.md | Switched MOBILE-4323 link to Atlassian domain |
general/app.md | Switched tracker link to Atlassian domain |
docs/guides/javascript/modules.md | Switched MDLSITE-6130 link to Atlassian domain |
docs/guides/javascript/ajax/index.md | Switched MDL-51213 link to Atlassian domain |
docs/apis/subsystems/privacy/index.md | Switched MDL-62560 link to Atlassian domain |
docs/apis/subsystems/muc/index.md | Switched MDL-42012 and MDL-72837 links |
docs/apis/subsystems/files/internals.md | Switched MDL-14589 link to Atlassian domain |
docs/apis/subsystems/check/index.md | Switched MDL-67776, MDL-47271, MDL-48800 links |
docs/apis/subsystems/analytics/index.md | Switched MDL-59044 and MDL-60523 links |
docs/apis/plugintypes/qtype/restore.md | Switched MDL-83541 link to Atlassian domain |
docs/apis/plugintypes/mod/activitymodule.md | Switched MDL-57828 and MDL-61511 links |
docs/apis/plugintypes/mod/_files/mod_form-php.mdx | Switched MDL-74472 link to Atlassian domain |
docs/apis/plugintypes/mod/_files/lib_description.md | Switched MDL-83027 link to Atlassian domain |
docs/apis/plugintypes/availability/index.md | Switched MDL-69566 link to Atlassian domain |
docs/apis/core/dml/index.md | Switched MDL-20625 link to Atlassian domain |
docs/apis/core/customfields/index.md | Switched MDL-64626 and MDL-57898 links |
docs/apis/core/calendar/index.md | Switched MDL-60340 link to Atlassian domain |
data/projects.json | Switched multiple issueLinks to Atlassian URLs |
.github/ISSUE_TEMPLATE/config.yml | Updated the default bug‐reporting URL |
Comments suppressed due to low confidence (1)
docs/apis/core/calendar/index.md:296
- [nitpick] The link mixes a raw URL path with an inline markdown link. Consider consolidating into a single markdown link, for example:
[MDL-60340](https://moodle.atlassian.net/browse/MDL-60340)
. This will improve readability and consistency.
*Note that this function will not work as expected if you pass a list of user ids as the current user session is internally used to determine which events should be visible. More info in https://moodle.atlassian.net/browse/[MDL-60340](https://moodle.atlassian.net/browse/MDL-60340)*
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.
The changes here look correct to me. Andrew and I discussed some release links that are broken but will be fixed in a different issue.
Fixes ICT-5400