Michael Kochell

Results 218 issues of Michael Kochell

This was originally reported in https://github.com/mattermost/mattermost-plugin-jira/issues/985#issuecomment-1766364908 when discussing this command. The admin configuring the plugin said they didn't know about the command because it isn't documented. There are a few...

Help Wanted
Up For Grabs
Good First Issue
Hacktoberfest
Difficulty/1:Easy
Type/Enhancement

I can't consistently reproduce, but I was getting an error where `pluginSettings` was null/undefined in the below code, and so accessing `security_level_empty_for_jira_subscriptions` was throwing an error https://github.com/mattermost/mattermost-plugin-jira/blob/17e8a47f8a644f853383301e6129ee940d715942/webapp/src/components/modals/channel_subscriptions/index.ts#L48

There is a very useful command available `/jira setup`, but it's currently not part of the plugin's autocomplete or our setup docs. The task here is to: - add to...

Help Wanted
Good First Issue
Hacktoberfest
Tech/Go
Difficulty/1:Easy
Type/Enhancement

Noticed a small typo in the readme. Great library, thanks! 🚀

After selecting a project in the Create Issue modal, there is a loading indicator shown like the image below. The ellipses is off center from the "Loading" text: ![image](https://github.com/mattermost/mattermost-plugin-jira/assets/6913320/d65aa5ec-7626-47de-b53d-0fab6a35b4c2)

Type/Bug

The title in the link tooltip can be a certain length where the words are cut off. I'm thinking there are two opportunities for improvement here: - Show `...` at...

Help Wanted
Good First Issue
Hacktoberfest
Tech/ReactJS
Tech/TypeScript
Difficulty/1:Easy
Type/Enhancement

Currently the subscriptions feature is all in the slash command `/github subscriptions add`, loaded with some unclear options through slash command flags, in particular the flag named `features`. For example:...

1: UX Review

#### Summary This PR fixes an issue in the pull request event webhook logic where we reuse the same post struct for multiple calls to `CreatePost`, resulting in this error:...

2: Dev Review
Awaiting Submitter Action
3: QA Review

There's an issue in the pull request event webhook logic where we reuse the same post struct for multiple calls to `CreatePost`, resulting in this error: `CreatePost: You cannot update...