Versions Compared

Key

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

...

If you have any suggestions to change this, please contact Rik Smale.


Table of contents

Table of Contents

Issues

Issue types

Jira is used as an issue tracker, here the term 'issue' is a very vague term, it does not necessarily mean that something is wrong with the software (a bug) but can also be a new feature.
An issue can be one of the following:

  • Image ModifiedBug

    • A problem which impairs or prevents the functions of the product.

  • Image ModifiedTask

    • A (small) task that needs to be done.

  • Image ModifiedNew Feature

    • A suggested new feature of the product, which has yet to be accepted to be included in the final product.

    • An improvement or enhancement to an existing feature or task.

  • Image ModifiedEpic

    • A major new feature which needs to be broken down.

    • New features which will take place in a new microservice.

  • Image ModifiedDiscussion

    • A subject related to the project that needs discussion or feedback.

If you are unsure what the issue type should be, please ask the MyAEGEE team on Slack.

...

When creating a new issue please take the following conventions into account. These conventions are split between bugs and non-bugs:

  • Suggestions: Image ModifiedImage ModifiedImage Modified

    • Formulate the summary in a short, clear and imperative way

      • Add a couch surfing mechanism

      • Give newly registered users an O365 account

    • Formulate the description in an explaining, extensive, and natural way

      • As an AEGEE-member, I would like to use the OMS to easily find a place to couch surf.

      • As a newly registered user, I would like to receive an office-365 account for personal use.

    • If the feature is an improvement of a current feature:

      • Formulate the current behaviour

      • Formulate the intended behaviour

    • If the feature already exists in another part of the system:

      • Explain where the feature already exists and explain what the new feature should do.

    • Add examples and other information at the end of the description

    • Make it clear, avoid confusion

  • Bug reports: Image Modified

    • Formulate the summary in a short and clear way. Leave out the subject of the sentence.

      • Cannot save a news story

      • Error when loading a page while impersonating

    • Formulate the description in a detailed explanation of how to reproduce the bug.

      • Steps to reproduce:

        • Find a user to impersonate

        • Press impersonate

        • The page reloads and the following notification shows twice:
          Permission error!
          Not enough permissions!

    • Use screenshots or other attachments to make things more clear!

    • Add examples and other information at the end of the description

    • Make it clear, avoid confusion

  • Discussion: Image Modified

    • Formulate the summary in a clear and concrete question

    • Add extra information and context to the description

    • Keep the summary and description objective, voice your opinion in the comments.

Issue priorities

For the priorities we will use the standard definitions given by Jira:

  • Image Modified Highest

    • This problem will block progress.

  • Image Modified High

    • Serious problem that could block progress.

  • Image Modified Medium

    • Has the potential to affect progress.

  • Image RemovedLow

    Low (picture will be added later, but is a green arrow pointing downwards)

    • Minor problem or easily worked around.

  • Image RemovedLowest

    Lowest (picture will be added later, but is a dark green arrow pointing downwards)

    • Trivial problem with little or no impact on progress.

When in doubt assign the 'Medium' priority.

...

Jira has a pretty awesome planning tool called Portfolio. In here we define multiple cross-project releases and specify which issues should be in which release. Important for you to know is that you can see the issues that should be done first by having a look at the releases of the project you are working on. While Rik Smale is mainly responsible for setting the releases, you can always approach him with feedback/suggestions on it!

Jira integrations

  • We integrated Jira with Slack in order to be able to keep track on changes in issues from the safety and comfort of Slack.

  • Jira is also integrated with

    Git

    GitHub, when you use a

    JIRA

    Jira issue code (ie. 'MYAEGEE-33') in your branch/commit/pull-request, it automatically links to it on the issue page!