Robin Krom

Results 397 comments of Robin Krom

> **Dapplo.Jira.Tests.IssueTests.Test_GetIssue** > > This Test case fails for me at the point: "Assert.True(issue.Fields.TimeTracking.TimeSpentSeconds > 0);" because TimeSpentSeconds = 0 (Time Tracking not enabled in the project) > > Don't...

> **Dapplo.Jira.Tests.IssueTests.Test_CreateIssue** > > Fails: System.InvalidOperationException : Sequence contains no matching element > > Reason: We don't have an IssueType named Bug. Later it will fail for me because I...

> **Dapplo.Jira.Tests.FilterTests.TestCreateAsync** > > Request: https://jiraserver/rest/api/2/filter/my > Result: 404 > > Without the "my" I get a 405 > Seems that this api is deprecated and replaced by [Search for...

> **Dapplo.Jira.Tests.IssueTests.Test_Assign** > > Fails: Assert.Equal(issueAssignedToMe.Fields.Assignee, issueBeforeChanges.Fields.Assignee); > Works: Assert.Equal(issueAssignedToMe.Fields.Assignee.Name, issueBeforeChanges.Fields.Assignee.Name); > > The user interface (or nearly all classes) miss the IComparable interface? That might be a valuable addition...

> **Dapplo.Jira.Tests.UserTests.TestSearchUsersAsync** > > Failed: Dapplo.Jira.JiraException : BadRequest(400) > > Request: https://jiraserver/rest/api/2/user/search?query=krom&includeActive=True&includeInactive=False&startAt=0&maxResults=20 > > Result: {"errorMessages":["Der Abfrageparameter "username" wurde nicht angegeben"],"errors":{}} > > **Dapplo.Jira.Tests.UserTests.TestSearchUsersByQueryAsync** > > https://jiraserver/rest/api/2/user/search/query?query=is assignee of BUG&startAt=0&maxResults=20...

> > > **Dapplo.Jira.Tests.FilterTests.TestCreateAsync** > > > Request: https://jiraserver/rest/api/2/filter/my > > > Result: 404 > > > Without the "my" I get a 405 > > > Seems that this...

> **Dapplo.Jira.Tests.UserTests.TestSearchUsersAsync** > > Failed: Dapplo.Jira.JiraException : BadRequest(400) > > Request: https://jiraserver/rest/api/2/user/search?query=krom&includeActive=True&includeInactive=False&startAt=0&maxResults=20 > > Result: {"errorMessages":["Der Abfrageparameter "username" wurde nicht angegeben"],"errors":{}} > > **Dapplo.Jira.Tests.UserTests.TestSearchUsersByQueryAsync** > > https://jiraserver/rest/api/2/user/search/query?query=is assignee of BUG&startAt=0&maxResults=20...

Hi! I'm not 100% sure what API you mean with "Especially since this functionality is available when using the API directly.". In general I would say, what is available in...

Let me see what I can do. I don't know if there was a good reason to call it work... so might rename it 🤷‍♂️

The REST URI for the agile information is a bit different: /rest/agile/1.0/