This is a browser plug-in that helps us quickly edit questions on the question form page
jira is a tool that can help effectively improve work efficiency, but when we use jira, using the issue form allows us to see more content without paying attention to details. However, currently the issue form page cannot be edited quickly, based on This question, with this plug-in, the sample function is as follows:
After using the plug-in, double-click the summary field to turn it into an input box, and you can modify the summary directly.
- Enter the browser extension management page;
- Open browser developer options;
- Load the unzipped extension;
- Select src directory.
- ✅ Double-click to edit most pure input input box fields;
- ✅ Double-click to edit most drop-down selection box fields;
- ✅ Double-click to edit the assignee field;
- ✅ Double-click to edit the radio type field;
- ⬜️ Double-click other types of fields to edit;
⚠️ After some fields are double-clicked to enter the editable state, the value does not actually support modification. For example, the user selects a multiuserpicker type field;⚠️ After some fields are double-clicked to enter the editable state, they cannot be restored to the uneditable state without modifying the value;⚠️ Since the editing form data is loaded simultaneously when the table is double-clicked, if the network speed is relatively slow, it may take a long time to enter the editable state. Consider adding preloading or caching in the future;