Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues can be cloned #1858

Closed
Ageenkooo opened this issue Nov 14, 2019 · 4 comments
Closed

Issues can be cloned #1858

Ageenkooo opened this issue Nov 14, 2019 · 4 comments
Assignees

Comments

@Ageenkooo
Copy link
Contributor

Ageenkooo commented Nov 14, 2019

Screen Shot 2019-11-13 at 12 16 46 PM

Case 1:
1 select assigned issue
2 select blocker checkbox
3 click update
4 reload
result: copied issue
expected result: issue status blocker

Case 2:
Update endpoint sometimes returns workitem with another id

@danymill
Copy link
Contributor

danymill commented Nov 18, 2019

TODO (UI): refactor incorrect deleteWorkItemFromList and deleteWorkItemFromTestWorkItems (cause [ngRepeat:dupes] Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys. Repeater: issue in $ctrl.issues track by issue.id errors)

@tsvrko tsvrko assigned brutskov and unassigned tsvrko Nov 22, 2019
@akhursevich
Copy link
Contributor

akhursevich commented Nov 25, 2019

The logic should work as follows:

  1. List of historical tickets should be grouped by JIRA ID, we display only latest ticket by date for every logged item
  2. Only 2 buttons should be showed CLEAR / SAVE, both buttons are shown only when JIRA ID passed validation by pattern
  3. When we select from historical list of items and press save - new work item with new hash code is created
  4. When the user clicks clear and save - the current work item is unlinked from the current test result
  5. Date pattern for historical items should be as follows: Nov 19, 2019 23:20
  6. When you select item from history and update description or flag all the times with the same Jira id should be updated

@brutskov
Copy link
Contributor

@lmikhadyuk test it

@lmikhadyuk
Copy link

Verified in ui v.1.27.RC2 | server v.4.1.81.RC1 | client v.4.1.65.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants