obsidian-agile-task-notes icon indicating copy to clipboard operation
obsidian-agile-task-notes copied to clipboard

This Obsidian plugin integrates your TFS data from either Jira or Azure Devops

Results 11 obsidian-agile-task-notes issues
Sort by recently updated
recently updated
newest added

This PR will allow users to set the format of the note name themselves with a new option in the plugin settings. This solves feature request #2

Added the following fields: - Due date: {{TASK_DUEDATE}} - Acceptance Criteria: {{TASK_CRITERIA}} - Tags: {{TASK_TAGS}} - Test scenarios: {{TASK_TESTS}}

New to the plugin so might be missing something but right now have the issue with {{TASK_LINK}} producing https://dev.azure.com/organization//Project with spaces in the name/_workitems/edit/NN extra slash between organization and project...

### Description When a collection is not specified in the settings for Azure DevOps, the BaseURL is incorrectly formatted with an extra slash. This issue occurs in the construction of...

Fixed the problem of incorrect BaseURL Formatting When Collection is Not Set AzureDevops

We use Azure DevOps and I work on multiple teams and projects, it would be nice to be able to have the option to create subfolders automatically for each project...

enhancement

I tend to loose the overview with many tasks that belong to different backlog items. Therefore a it would be nice to have 1. template variables for tasks in a...

If an any error occurs when making HTTP requests (such as when the settings were setup incorrectly), it is given as a generic request error with a status but no...

good first issue

Github acts as a TFS backend just like Jira and Azure Devops and provides the necessary REST API to integrate with this plugin nicely. Add a new class that implements...

enhancement

I love the convenience of having notes created for the issues I work on. And I don't really want notes created for all issues I work on. But sometimes you...

enhancement