Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ticket ID matching does not support extended format. #24

Open
mikepea opened this issue Feb 4, 2016 · 0 comments
Open

Ticket ID matching does not support extended format. #24

mikepea opened this issue Feb 4, 2016 · 0 comments

Comments

@mikepea
Copy link
Owner

mikepea commented Feb 4, 2016

We need to find ticket IDs in plaintext, for a couple of reasons:

  • It means we can do the drill-down from the TicketShow page, where ticket IDs are in the comments, blockers, ... fields
  • The TicketList page currently works on a template, so we actually pull the ticketID out from the raw string.

@Feriority found this in #23 -- https://confluence.atlassian.com/jira/changing-the-project-key-format-192534.html -- which indicates that we need to perform a better match.

Also, it's probably worth adding some logic to the TicketList page to pull the ticket IDs out via the API response, rather than via findTicketIdInString(). More robust, innit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant