Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions content/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,14 @@ to contribute, report issues, or connect with the team.
<i class="fas fa-bug text-danger"></i> Issue Tracker
</h3>
<p class="card-text">
Found a bug or have a feature request? Weld Core, API, and Parent use JIRA.
Other projects like Weld Testing use GitHub Issues.
Found a bug or have a feature request? All Weld projects use GitHub Issues.
Use the issue tracker in the relevant repository.
</p>
<a href="https://issues.redhat.com/projects/WELD/issues/" class="btn btn-outline-primary me-2" target="_blank">
JIRA <i class="fas fa-arrow-right"></i>
<a href="https://github.com/weld/core/issues" class="btn btn-outline-primary me-2" target="_blank">
Weld Core <i class="fab fa-github"></i>
</a>
<a href="https://github.com/weld/api/issues" class="btn btn-outline-secondary me-2" target="_blank">
Weld API <i class="fab fa-github"></i>
</a>
<a href="https://github.com/weld/weld-testing/issues" class="btn btn-outline-secondary" target="_blank">
Weld Testing <i class="fab fa-github"></i>
Expand Down Expand Up @@ -153,7 +156,7 @@ to contribute, report issues, or connect with the team.

## Reporting Bugs

When filing a bug, whether on [JIRA](https://issues.redhat.com/projects/WELD/issues/) or GitHub Issues, please:
When filing a bug on GitHub Issues, please:

1. **Browse existing issues** before creating a new one to avoid duplicates
2. **Create one issue per bug** — keep each issue focused and trackable
Expand Down
41 changes: 41 additions & 0 deletions content/posts/2026-06-18-github-issues-migration.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
layout: post
title: Issue tracking moves to GitHub
author: Matej Novotny
description: All Weld projects now use GitHub Issues for bug reports and feature requests instead of JIRA
tags: [team]
---

We are happy to announce that all Weld projects have migrated their issue tracking to **GitHub Issues**.

=== Background

Historically, the main Weld repositories — link:https://github.com/weld/core[Weld Core, window="_blank"], link:https://github.com/weld/api[Weld API, window="_blank"], and link:https://github.com/weld/parent[Weld Parent, window="_blank"] — used the link:https://redhat.atlassian.net/projects/WELD/issues/[WELD JIRA project, window="_blank"] to track bugs and feature requests.
Other projects like link:https://github.com/weld/weld-testing[Weld Testing, window="_blank"] already used GitHub Issues.
This split meant that contributors had to know which tracker to use for which project, and filing a JIRA issue required a separate account.

Over the past few weeks, we have been gradually enabling GitHub Issues across all remaining repositories and updating our documentation and contribution guides to reflect the change.
With that work now complete, GitHub Issues is the single place for all new bug reports, feature requests, and enhancement proposals across every Weld project.

=== What does this mean for contributors?

The main benefit is simplicity — if you already have a GitHub account, you can file an issue in any Weld repository without needing to create a separate JIRA account.
Issues, pull requests, and discussions now all live in one place, making it easier to cross-reference and track progress.

Use the issue tracker in the relevant repository:

* link:https://github.com/weld/core/issues[Weld Core, window="_blank"]
* link:https://github.com/weld/api/issues[Weld API, window="_blank"]
* link:https://github.com/weld/parent/issues[Weld Parent, window="_blank"]
* link:https://github.com/weld/weld-testing/issues[Weld Testing, window="_blank"]
* link:https://github.com/weld/weld.github.io/issues[Weld Website, window="_blank"]

=== What happens to JIRA?

The link:https://redhat.atlassian.net/projects/WELD/issues/[WELD JIRA project, window="_blank"] will remain available in read-only mode.
All existing issues, comments, and release notes will stay accessible so that we do not lose track of the history behind older changes and decisions.
However, no new issues should be created there — please use GitHub Issues going forward.

=== Discussions

For questions or broader discussions that do not fit into a specific issue, use link:https://github.com/weld/core/discussions[GitHub Discussions, window="_blank"] on the Core repository or reach out via the link:https://lists.jboss.org/archives/list/weld-dev@lists.jboss.org/[weld-dev mailing list, window="_blank"].
2 changes: 1 addition & 1 deletion templates/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<a href="https://github.com/weld" target="_blank">
<i class="fab fa-github"></i> GitHub
</a>
<a href="https://issues.redhat.com/browse/WELD" target="_blank">
<a href="https://github.com/weld/core/issues" target="_blank">
<i class="fas fa-bug"></i> Issue Tracker
</a>
<a href="https://lists.jboss.org/mailman/listinfo/weld-dev" target="_blank">
Expand Down