amosproj / amos2021ws02-agile-trans-jira

MIT License
3 stars 4 forks source link

Modify the extracted attritubes from the request #128

Open woxihyc opened 2 years ago

woxihyc commented 2 years ago

In #82 we managed to extract requests from the backend. The data of the return value includes "created date" and "due date". However, the calendar does not require the "created date" of a request, and we store the information of "start of work" and "end of work" in the custom field. A way to extract these new data related to the selected request is requested.

(yellow line below represent today) image

User story

  1. As a user
  2. I need to have the request's start date and end date
  3. So that they could be shown in the calendar

Acceptance criteria

Definition of done

Stefuniverse commented 2 years ago

IMO This is not possible at the moment: We do not know the correct custom field ID of this field in a specific instance, as this information is not stored in the central settings yet.

emiliakaf commented 2 years ago

Hi @woxihyc @Stefuniverse this requirement has been already implemented with #118 and we will demonstrate it on the internal meeting

Stefuniverse commented 2 years ago

Clarified: Custom FIeld ID differs from instance to instance

Group Decission: This task will be cancelled because lack of time.