BE: Retrieve status of a Jira issue on details page

Description

This is related to the other backend issue #330900 (closed) and also corresponds with the frontend issue #328786 (closed).

We get all the Jira Issue data in one request using the jira-ruby gem (jira_service.find_issue).

In this case, we want to be able to modify the status and update the new status in Jira, we have to do something like:

  1. Make a request to Jira in order to pull the available status. To be investigated, related #293021 (comment 555727866).
  2. Populate the UI with the available status to be selected by the user #328786 (closed)

Screen_Shot_2021-05-13_at_17.11.02