yatt-ai / yattie

A tool to help testers test.
GNU General Public License v3.0
59 stars 10 forks source link

Ok/add issue from evidence #91

Closed isntlazy closed 8 months ago

isntlazy commented 9 months ago

Adding Jira issues directly from Evidence view

Please check the type of change your PR introduces:

What is the current behavior?

Right now the are no option to do it from Evidence view

Issue Number: #85

What is the new behavior?

It will show Select which will show the UI for creating Jira issue:

image

Does this introduce a breaking change?

Does this introduce UI changes? If so, have they been tested on both dark and light modes?

dacoaster commented 9 months ago

@isntlazy This is really helpful thank you! We're currently adding integrations to other issue trackers as well like GitHub issues, so I'd like to make the UI more flexible for handling other integrations besides JIRA. Also, users should only see the ability to add JIRA issues if they are currently logged in to JIRA in the app. You can see an example of that logic in the ControlPanel where the other button to add a new issue is.

isntlazy commented 9 months ago

@isntlazy This is really helpful thank you! We're currently adding integrations to other issue trackers as well like GitHub issues, so I'd like to make the UI more flexible for handling other integrations besides JIRA. Also, users should only see the ability to add JIRA issues if they are currently logged in to JIRA in the app. You can see an example of that logic in the ControlPanel where the other button to add a new issue is.

@dacoaster PR updated, now it offers menu to select issue tracker and cancel button if user wants to cancel issue creation