kleder / timetracker

T-REC desktop app for YouTrack time tracking
Apache License 2.0
54 stars 19 forks source link

Adding new tasks #23

Closed karycio closed 6 years ago

karycio commented 6 years ago

As a user I want to add new task to the board I chosen to work with.

rkorszun commented 6 years ago

we may use this scenario on our site to make this task done image

rkorszun commented 6 years ago

we may also create issue direct in app using the PUT /rest/issue?{project}&{summary}&{description}&{attachments}&{permittedGroup} and after taht we need to apply command to move task to current sprint on board https://www.jetbrains.com/help/youtrack/incloud/Apply-Command-to-an-Issue.html

rkorszun commented 6 years ago

@karycio we need only new view and this will be done

rkorszun commented 6 years ago

it is done on develop