Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Panel
bgColor#f5f5f5
titleColor#ffffff
borderWidth0
titleBGColor#000000
titleJSU for Jira Server/Data Center

This is the documentation of JSU for Jira Server/Data Center. If you are using JSU on Jira Cloud, see our JSU Cloud documentation.

...

Goal

Get a clear view of your team’s backlog

Scenario

Do your epics stay in the backlog of your Jira agile board after closing them?

...

Here's why.

Besides the workflow status, epics have an additional field called

...

epic status which is only accessible on the Backlog screen. Only epics with the Epic status field marked as

...

Status
colourGreen
titleDONE
get removed from the backlog.

Let's have a look at how this can be automated using JSU

...

Components

...

Image Modified

How to configure this

...

rule

  1. Go to Project Settings > Workflows and click Edit for the required workflow.

  2. You can choose Choose the transition where you want to perform your post function. In this case, we choose the "Done" transitiontransition to

    Status
    colourGreen
    titleDONE
    .

  3. Select the Post Functions tab and click Add post function.

  4. Select the Update any Issue Field (JSU) post function, then click Add.

  5. Because we want this post function to perform only for Epicsepics, we will need to configure a precondition. Therefore, we set the precondition to be true at the beginning of the post function configuration.

  6. In this transition, you want to have your Epic epic status updated to "Done". Fill out the fields and click Add.
    Image Removed

    Status
    colourGreen
    titledone
    .

    1. Select Within same Issue for the issue relation.

    2. Select Epic Status for the Issue Field.
      Image Added

  7. Click Add at the bottom of the page.

  8. Now it's time to create your precondition to prevent errors when the workflow is used to for non-Epic epic issues. Click Add post function, select Precondition: Value Field (JSU) then click Add.

  9. Configure your precondition by choosing Issue type to be equal to = Epic and make sure the comparison type is " String". Click Add.

  10. Publish your workflow.

  11. Now check what you have achieved with JSU. Your Epic epic is currently visible on the Backlogbacklog. Move your Epic to "Done" epic to

    Status
    colourGreen
    titledone
    and go back to your Backlogbacklog. Your Epic epic doesn't show up anymore!

How-to video

...