Re: [Bugtracking API] Create new task in LocalTasks Repository programmatically ?

2020-07-09 Thread Bilu
Indeed there is some setters(TaskDueDate, TaskEstimateDate, ScheduleDate) but it is not enough The thing is, that method creates a new Task with a default Summary: "New Local Task" and automatically open it in the IDE, that's not what i want What i want is to create the task in background with

Re: [Bugtracking API] Create new task in LocalTasks Repository programmatically ?

2020-07-08 Thread Emilian Bold
That other method returns a Local task which has some setters. Is that not enough? --emi lun., 6 iul. 2020, 10:37 Bilu a scris: > Is this possible ? > Le 29/06/2020 à 10:59, Bilu a écrit : > > Hello, > > Is there a way to add new task to the local repository programmatically ? > > Bugtracking

Re: [Bugtracking API] Create new task in LocalTasks Repository programmatically ?

2020-07-06 Thread Bilu
Is this possible ? Le 29/06/2020 à 10:59, Bilu a écrit : > > Hello, > > Is there a way to add new task to the local repository programmatically ? > > Bugtracking API provides Util.createIssue(Repository repository,  > String summary,  String description) but this method throw  an >

[Bugtracking API] Create new task in LocalTasks Repository programmatically ?

2020-06-29 Thread Bilu
Hello, Is there a way to add new task to the local repository programmatically ? Bugtracking API provides Util.createIssue(Repository repository,  String summary,  String description) but this method throw  an java.lang.UnsupportedOperationException: Not supported yet.     at