GithubHelp home page GithubHelp logo

vanprime / bulkaddsubtasks Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 268 KB

A non-smart chrome extension to bulk add subtasks to the currently viewed Jira issue

License: MIT License

JavaScript 95.87% CSS 4.13%

bulkaddsubtasks's Introduction

bulkAddSubtasks

A not so smart chrome extension to bulk add subtasks to the currently viewed Jira issue.

motivation

Creating a lot of Sub-Tasks can be tedious with all the back and forth between selecting the input field and klicking the crate button. So why not create them all at once? This extension adds an extra input field to throw in all your desired sub-tasks, seperated by ; and create them with one click.

limitations

We could add features and go overly complex with the functionalities, but then we end up where we came from.

usage

  1. Access Extension Management Page: Type chrome://extensions/ in the address bar and press Enter.

  1. Enable Developer Mode: In the top right corner of the Extensions page, you’ll see a switch for Developer mode. Turn it on. This allows you to load unpacked extensions.

  1. Load the Unpacked Extension: Click on the load unpacked button which will appear in the corner after you enable Developer Mode. A file dialog will open. Navigate to your download of the release.

  1. pin the extension to the toolbar

  1. On a* page showing a detail view of the issue you want to add the subtasks to, klick on the extension icon. A div with an input field and a button will appear. Insert all the subtask summaries you want to add, seperated by ; Click the button and the upload will trigger. The page will refresh and your new subtasks should be visible. Ocassionally, the new Sub-Tasks are not shown after the refresh, because the server is too slow. In that case you have to manually refresh again, or just move to the next issue. If the refresh was triggered, the Sub-Tasks have been created.

auth

Auth is handled by your session. The jira API relies on browser-based authentication (like cookies or session tokens) for requests originating from the same domain. When the extension's script makes a fetch request to the jira API from a page on the same domain, it automatically includes these credentials, thanks to the browser's same-origin policy.

To do

  • trigger on page load instead of button click (20 Storypoints ez)
  • add extension configuration to enable it for jira instances with a weird name

bulkaddsubtasks's People

Contributors

vanprime avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.