UpdateIssue
Update Jira issue.
Last updated
Was this helpful?
Update Jira issue.
Task version: 1.0.0
Required Frends version: 5.5+
Required .NET version: 6.0
Compatible Agents: Crossplatform
Source code: https://github.com/FrendsPlatform/Frends.Jira
JiraBaseUrl : String
Jira base URL.
Default: -
Example: https://test.jira.fi/jira
🗝Token : String
PAT or API token.
Default: -
Example: 1a2b3c4d5e6f7g8h9i0j1k2l3m4n5o6p7q8r9s0t1u2v3w4x5y6z
IdOrKey : String
Specify the issue ID or key to update.
Default: -
Example: TT-1, 123
Content : JToken
Modified content as JToken.
Default: -
Example: { "fields": { "summary": "new summary"} }
ThrowOnError : Boolean
Throw an error on exception.
If set to false, exception message can be found in Result.ErrorMessage.
Default: -
Example: true
Success : Boolean
Operation complete without errors.
Example: true
ErrorMessage : String
Error message.
Example: An error occured...
Changelog for Task Frends.Jira.UpdateIssue.
Update packages: Newtonsoft.Json 12.0.1 -> 13.0.3 RestSharp 110.2.0 -> 112.1.0 coverlet.collector 3.1.2 -> 6.0.4 Microsoft.NET.Test.Sdk 17.1.0 -> 17.13.0 MSTest.TestAdapter 2.2.8 -> 3.8.3 MSTest.TestFramework 2.2.8 -> 3.8.3
Initial implementation
Last updated
Was this helpful?
Was this helpful?

