-
Suggestion
-
Resolution: Unresolved
-
None
-
2
-
4
-
Summary
Issue Collector adds what seems to be a control label to all tickets in the form of collector-xxxxxxxx (where xxxx is the collector id) even though the labels fields haven't been used on the collector itself.
Environment
- Linux (Ubuntu 18.04) & macOS 10.13.6 High Sierra
- PostgreSQL 9.6
- Jira Server 7.9.2
Steps to Reproduce
Creating a new Issue Collector
- Choose a project
- Select Project Settings on the left side bar
- Select Issue collectors
- Select +Add issue collector
- Fill in the details and click Submit
Creating a sample page
- At the bottom of the issue collector page copy the sample HTML code to a text editor
- Copy the issue collector code and insert it in the document's body
- Save the file as .html
- Open up in a web browser
- Create a new issue
Actual Results
A new issue is created with a default label in the form of collector-xxxxxxxx (see attached screenshot). There is no way to switch off this default behaviour.
Expected Results
It would be useful for admins to switch off the default labelling,
Notes
This is not a new bug per say. It is related to Label injection does not work with Issue Collector 1.0.23-beta. Just raising it in the appropriate location.
Workaround
So far the only workaround is to remove the Labels field from the Create Issue screen for the project the issue collector belongs to.