Coder Social home page Coder Social logo

jirarecurring's Introduction

JiraRecurring

Automatically create recurring tasks in Jira

What does it do?

Creates recurring issues within JIRA when:

  • Title of the issue contains [RECURRING]
  • Task description contains recurring_settings[active, schedule_type, scedule, times_recurred]

Now a new issue will be made even if the last is not yet done.

  • Note: [RECURRING] will be renamed to [RECURRED]. So there should only be one [RECURRING] in the "tree". (For any given task)

Example task descriptions:

The following will create a recurring version of the task containing this in the description:

active:1
schedule_type:interval
schedule:1
times_recurred:0]

The following will create a task on Monday, Wednesday and Friday

active:1
schedule_type:weekday
schedule:1,3,5
times_recurred:0]

Script usage:

python3 jira_recurring.py http://uri:port username password

Will run once and based on current information create recurring tasks. Create a daily cronjob (for example at 03:00), now your recurring tasks will always be up to date.

Note:

To use the time estimates. Great JIRA needs you to change some settings.

  • For each project: In settings -> Estimation -> Set estimation to "original time estimate" and check the "Remaining estimate and times spent" checkbox
  • For each project: In create -> configure fields -> where is my field? -> Type "time tracking" enter -> Add "time tracking" to the "Scrum Default Issue Screen"

This should do the trick. As for now, because Atlassian seems to move these things around.

jirarecurring's People

Contributors

hyhend avatar

Watchers

 avatar  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.