continue icon indicating copy to clipboard operation
continue copied to clipboard

Jira Context Provider

Open p91paul opened this issue 1 year ago • 4 comments

Validations

  • [X] I believe this is a way to improve. I'll try to join the Continue Discord for questions
  • [X] I'm not able to find an open issue that requests the same enhancement

Problem

No response

Solution

Please provide a Jira Context Provider, similar to the Github context provider to retrieve context from Jira issues. Ideally, both Cloud and Server/Datacenter Jira instances should be supported.

p91paul avatar Nov 10 '23 17:11 p91paul

@p91paul I like the idea - curious about something else as well - would you be interested in not just a "read" action (context provider) but a slash command that could write a Jira ticket for you?

sestinj avatar Nov 10 '23 21:11 sestinj

I did not think about it, what would it be capable of? just creating tickets with my input, or would in enrich them with additional info?

p91paul avatar Nov 10 '23 22:11 p91paul

I haven't yet looked into what the Jira API allows, but probably could generate title, body, metadata, maybe select a few relevant files, and create a draft for you to review. Just an idea. Curious if a painful amount of time is spent doing this, or if it wouldn't be so huge a help

sestinj avatar Nov 16 '23 20:11 sestinj

I do not think it would be a game changer. Jira is not a tool, it's a framework on which you build a tool. TL;DR: the more painful it is to create a jira issue, the more unlikely it is a generic tool will be able to solve the problem :)

Organization have all sorts of custom fields that might or not be mandatory, validations, automations, internal rules, etc. Reading data from a few standard fields to create context should be fine, but creating an issue might be more complicated.

For a specific company, a tool able to categorize unstructured text into its structured way of representing an issue, with all custom fields, components, labels respecting all conventions could have value... but every company would need to fine-tune their model on their fields and categories I think.

p91paul avatar Nov 17 '23 19:11 p91paul

@p91paul we now have a Jira context provider!: https://continue.dev/docs/customization/context-providers#jira-issues

sestinj avatar Mar 20 '24 23:03 sestinj