Jira Issues (User Stories) integrated with GIT Issues (Developer Tasks) - github

All,
How do you associate a GitHub issue (developer task) to a Jira issue (user story).
And how do you configure Jira to have full visibility into GitHub issue status, and commits?
As background, we currently use Jira Cloud.

JIRA integrates with Atlassian Stash. You can set up integrations to change the status of the JIRA according to things like when a pull request is opened or merged. You will also have links from the JIRA page to see the individual commits. See the JIRA INTEGRATION section on the link.

Related

AzureDevops to Jira integration

In our project, we are using Azure git for the repo and we are doing the commit in Visual studio 2019.
I have a requirement to show the Jira numbers in the "related work item section" while committing the code. Please help
Visual Studio Related Work Item
I am afraid the Jira numbers cannot be shown in the related work item section of VS2019. This feature is intergrated with azured devop. The field related work item section can only show the work items in your azure devops project.
If you want to link the code commit to a jira issue. You can use the the Git Integration for Jira Cloud app, or Azure Git Listener for Jira app to connect your azure repo to your Jira cloud. Then you just need to include jira issue numbers in your commit comment. You can check this thread for more information.
If you want manage jira issues from VS 2019 you can check out Atlassian Connector for Visual Studio.
You can also check out the official extension Jira and Bitbucket for VSCode.
You can also try syncing your Jira issue with azure devops. Please check out the detailed steps here. Then you will be able to view the work items in the related work item section field of VS2019, but these work items are synced to azure devops from Jira, they are not the originAL Jira issue from Jira cloud

API for releasing actions to Github Marketplace

Is there an API or a programmatic way to release an action to Github Marketplace? Most actions/APIs are for creating a release in the Repo itself but releasing to marketplace seems like a UI only feature. Does anyone if there's an API or cli method for doing so?
It is true, as mentioned in GitHub Marketplace, that:
Anyone can publish an action in GitHub Marketplace as long as they meet the terms of service. Unlike apps, GitHub Actions listed in GitHub Marketplace are not verified by GitHub.
In that regard, the process could benefit from an API.
But while there is a GitHub Marketplace API, it does not include the publication process itself, which remains a manual process for now.

How do I connect a GitHub organization to Microsoft Teams?

When I use the GitHub Bot, it only displays GitHub repositories that I own. It does not include repositories, issues, and pull requests for an organization that I contribute to.
How do I connect a GitHub organization to Microsoft Teams so that I can list and post details of issues and pull requests I created in my organization?
This feature is currently not available. The GitHub Microsoft Teams integration creators have added it to their feature backlog.
Thank you for sharing the feedback. Currently the GitHub bot don't have features to support for organization related repositories, issues and pull request that we contribute. We have added this in feature backlog and will discuss with feature team regarding prioritization. — Subhasish-MSFT

Is there a way watch multiple issues and reviews in a single place?

I am wondering if anyone builded a tool that can watch things like:
github bugs (multiple projects)
gerrit reviews (multiple gerrit instances, I already have patches in 3)
jira bugs (multiple instances)
Clearly such a tool would have to be able to talk with different API for github, gerrit and jira.
Few notes:
* Email doesn't really work (just ignore it)
* A hosted service would not work because some of these are on intranet
* A browser extension may work
If you are a GitHub organizations user, you can have all the issues and pull request and the projects for organizations tab. See the link: https://github.com/blog/2272-introducing-projects-for-organizations
You must manually add the issues and PRs to the projects. AFAIK there is no tool to do it right now. You can still track all your PR's and issues at your git dashboard.

JIRA GitHub Integration in an online hosted jira solution

I know there is a github jira plugin, which is a .jar https://github.com/atlassian/jira-github-connector-plugin , how do I add this to an online hosted jira solution.
Basically we'd like to see commit activity, update time in jira tickets with a github commit message and the "source" tab should show github project rather than the default svn that jira provides.
Regards,
Noj.
Came across this question today while searching, figured I would add in the link from Jira. Must not have been available at the time this question was asked.
https://confluence.atlassian.com/display/JIRASTUDIO/Integrating+GitHub+with+JIRA+Studio
If you're talking about JIRA Studio, they do not support any plugins except the ones they provide:
http://confluence.atlassian.com/display/JIRASTUDIO/JIRA+Studio+Plugin+Policy