Ben van B
Ben van B
I tried to set a Duedate as field: ``` jira.Issue{ Fields: &jira.IssueFields{ Duedate: "incorrect format", }, } ``` but I do not seem to get the right format.
Example https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-issue-watchers/#api-rest-api-2-issue-issueidorkey-watchers-post ``` curl --request POST \ --url 'https://your-domain.atlassian.com/rest/api/2/issue/{issueIdOrKey}/watchers' \ --user '[email protected]:' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --data '""' ``` related https://github.com/andygrunwald/go-jira/issues/191#issuecomment-771658944
I would like to download an executable and check the checksum. E.g. https://github.com/030/go-yq/releases/tag/2.0.0
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
Is it possible to show the code coverage when bats has been run?
The debug log indicates what dependency was inspected: ``` // Visiting dependency com.company:some-dependency:1.0.0 (run time) -> dependency: com.company:some-other-dependency:1.2.3 ``` At the moment, the custom report shows what is the latest...
It seems that it is over two years that a change was applied to this repository.
Is .gitsecret/keys/crls.d/ required? Would it be possible to add this file to the gitignore by default when git secret is run? cat .gitsecret/keys/crls.d/DIR.txt v:1:
Are there any tools that are capable of managing multiple git-secret repositories at once? For example, somebody of our team will leave and two new members will join. This implies...