Skip to content

ITDP/jira-java-calculate-peformance-review-status

Repository files navigation

ITDP Jira Java Calculated Scores

ITDP Performance Review system, score calculations

How to use these files

  1. You'll need admin rights within ITDP's Jira instance.
  2. Within Jira, visit the Custom Fields section.
  3. Find the first custom field listed below, and edit it. You'll see that the custom field contains two fields: "Field Name" and "Description".
  4. Copy and paste the code from the corresponding Java file into the "Description" field, and save your changes:
    • count-incomplete-past-goals.java = Count of Incomplete Past Goals
    • count-past-goals.java = Count of Past Goals
    • status-key-chars.java = Status: Key Characteristics
    • status-past-and-future-goals.java = Status: Future Goals
    • status-past-and-future-goals.java = Status: Past Goals
  5. Repeat step 3 for each of the custom fields listed above.
  6. Note that the last two custom fields use the same code. Although we try to follow the "DRY" principle -- "Don't Repeat Yourself" -- when coding, we need to copy and paste this code into two places due to a Jira limitation.
  7. Examine a performance review in order to see your changes.

And that's it.

Reach out if you have any questions, difficulties, or ideas to improve this repository.

Thank you.

-- Joe

About

Calculate ITDP performance review scores, a Jira project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages