>Mark the fix versions of each JIRA issue. It is visible for users to >find which version contain this functionality or fix this bug.
GitHub has "milestones". See how it is used in Airflow: https://github.com/apache/airflow/milestone/45?closed=1 >2. Watch the interested issue so I could receive email once this issue >has been changed. With GitHub you can subscribe to the issues or PRs you like, and you get the notifications. >3. Relate the current JIRA issue with it's related JIRA. Here's an example: https://github.com/apache/airflow/issues/19788 Note how the following appears in the #19788 (so cross-links like Issue-Issue, Issue-PR, PR-PR, and so on work) issues: >uranusjr mentioned this issue 6 days ago >Adjust built-in base_aws methods to avoid Deprecation warnings #19725 Here's how the mention look like: https://github.com/apache/airflow/pull/19725#issuecomment-977078128 Note: GitHub has a beta program for Projects at the moment which would improve issue management way further: https://docs.github.com/en/issues/trying-out-the-new-projects-experience/about-projects Vladimir
