Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 2.24 KB

README_EN.md

File metadata and controls

37 lines (29 loc) · 2.24 KB

jira-issueTable-quicker

This is a browser plug-in that helps us quickly edit questions on the question form page

Chrome Web Store Edge Addons

Features

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:

Original table content. 原始的表格

After using the plug-in, double-click the summary field to turn it into an input box, and you can modify the summary directly. 使用插件后的表格

How to use?

  1. Enter the browser extension management page;
  2. Open browser developer options;
  3. Load the unzipped extension;
  4. Select src directory.

Implemented

  • ✅ 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;

Known issues

  • ⚠️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;