ICTU / quality-time

Software quality monitoring for teams and projects
Apache License 2.0
47 stars 14 forks source link

Allow pasting of issue URLs in the Technical Debt tab of a metric #8720

Open javanegmond opened 1 month ago

javanegmond commented 1 month ago

Is your feature request related to a problem? Please describe. When trying to link an issue from JIRA to the technical debt of a metric, it feels intuitive to paste the URL to the issue in the 'issue identifiers' field. However, that field only allows one to search based on the issue number, or maybe issue title.

Describe the solution you'd like Consider URLs in the issue identifier fields as valid values. Possibly strip them down to an issue number if the base URL is recognized.

Describe alternatives you've considered None

Additional context None

Sebastiaan127001 commented 1 month ago

keep in mind that URLs can also have the format of https://jira.blabla.nl/jira/browse/KEY-8897?filter=1861 having a ? and stuff behind it, this needs to be stripped as well