kleneway / jacob

Just Another Coding Bot
https://jacb.ai
Apache License 2.0
0 stars 0 forks source link

Enhance the Jira to GitHub issue conversion #144

Open kleneway opened 13 hours ago

kleneway commented 13 hours ago

Summary

Many incoming Jira tickets lack sufficient detail for JACoB to process them effectively. This leads to wasted resources as we create plans and research items for tasks that cannot be completed due to inadequate information. To improve efficiency, we need to implement an evaluation step before converting Jira issues into GitHub issues.

Proposed Solution

Enhance the Jira to GitHub issue conversion process by introducing an issue quality evaluation step. Instead of always rewriting the Jira title and description and creating a new GitHub issue, we will first assess the quality of the Jira issue to determine if it contains enough detail for JACoB to handle.

Implementation Steps

1. Implement evaluateJiraIssue Function

2. Update the Jira Issue Conversion Process

3. Update the Issues Database Schema

4. Communicate Feedback to Users

5. Update Tests and Documentation

Expected Outcome

By implementing this evaluation step in the Jira to GitHub issue conversion process:

jacob-local-kevin[bot] commented 13 hours ago

JACoB here...

You mentioned me on this issue and I am busy taking a look at it.

I'll continue to comment on this issue with status as I make progress.

jacob-local-kevin[bot] commented 12 hours ago

Unfortunately, I ran into trouble working on this.

Here is some error information:

Missing required variables: types, packages, styles, sourceMap, images
jacob-local-kevin[bot] commented 12 hours ago

JACoB here...

You mentioned me on this issue and I am busy taking a look at it.

I'll continue to comment on this issue with status as I make progress.

jacob-local-kevin[bot] commented 12 hours ago

Unfortunately, I ran into trouble working on this.

Here is some error information:

Missing required variables: issueText
jacob-local-kevin[bot] commented 12 hours ago

JACoB here...

You mentioned me on this issue and I am busy taking a look at it.

I'll continue to comment on this issue with status as I make progress.

jacob-local-kevin[bot] commented 12 hours ago

Unfortunately, I ran into trouble working on this.

Here is some error information:

Missing required variables: issueBody, codePatch, context
jacob-local-kevin[bot] commented 12 hours ago

JACoB here...

You mentioned me on this issue and I am busy taking a look at it.

I'll continue to comment on this issue with status as I make progress.

jacob-local-kevin[bot] commented 12 hours ago

Unfortunately, I ran into trouble working on this.

Here is some error information:

Server Error
jacob-local-kevin[bot] commented 12 hours ago

JACoB here...

You mentioned me on this issue and I am busy taking a look at it.

I'll continue to comment on this issue with status as I make progress.

jacob-local-kevin[bot] commented 12 hours ago

Update

I've completed my work on this issue and have created a pull request: JACoB PR for Issue Enhance the Jira to GitHub issue conversion.

Please review my changes there.