Commit graph

32 commits

Author SHA1 Message Date
Alamion
f77c6ea3f6
fixes:
- another node dependencies fix
2026-06-25 18:14:48 +03:00
Alamion
57fa0d1873
fixes:
- node dependencies fix
2026-06-25 18:11:01 +03:00
Alamion
2aeb8c1bee
feats:
- presets for JQL
  - rename all cached issues
  - rebuild cache command
  - bunch of vitests
fixes:
  - incorrect migration save/load settings
  - incorrect cache validation before obsidian init
2026-06-25 17:47:22 +03:00
Alamion
ad06c8f4d8
Fix:
- `jira-sync-block-start-` docs fix
- custom fields functions correct load on startup
- jira values highlight rollback due to contributor dropped feature full realization. (In current state it's too buggy to release)
2026-06-03 18:35:22 +03:00
Alamion
e3a2a01270
Merge remote-tracking branch 'slipstyle/feature/highlight-sync-sections' into testing
# Conflicts:
#	src/postprocessing/livePreview.ts
#	src/postprocessing/reading.ts
#	src/settings/default.ts
2026-05-09 14:59:06 +03:00
Alamion
a3211bcdb2
Fix:
- multiple fixes and code refactors for last feats to work correctly
- added Jira api_version variable to field mapping context
2026-05-04 21:05:29 +03:00
Alamion
75dd9d75cd
Merge remote-tracking branch 'slipstyle/feature/add-jira-comments' into testing
# Conflicts:
#	src/api/issues.ts
#	src/main.ts
#	src/modals/index.ts
2026-05-02 17:59:20 +03:00
Alamoin
f50873d925
Fix
- bump version
2026-04-29 18:05:14 +03:00
Alamoin
bca0cae215
Fix
- codemirror version fix
2026-04-29 17:55:29 +03:00
Alamoin
0786db1535
Feats
- `Super Simple Time Tracker` plugin format support
- Support of multiple Jira connections.
- `AGENTS.md` file from Obidian plugin template and filled with info about project
- Updated eslint configs to `eslint.config.js` format + linted all the code; added prettier with according config
- localization validator improvement; multiple localization fixes
- many minor fixes
2026-04-29 17:41:24 +03:00
vsemenov
e603b2545d
Fix
- Refactored createIssue command syntax
- Fixed [bug](https://github.com/Alamion/obsidian-jira-sync/issues/15)
2026-03-02 11:29:23 +03:00
vsemenov
269c2ae602
Fix
- fixed broken links (URLs) in description
2026-02-26 16:22:09 +03:00
vsemenov
56cb853bb4
Fix
- regex end line anchor fix
2026-02-17 17:28:16 +03:00
Alamion
b43f731b0a
File indicators update
- File reading for `jira-sync-*` is now much more time efficient.
- Readmes updated in terms of how file body indicators work.
- Template example reworked.
- Fixed how hidden indicators look like in Live Preview (no more glitching lines)
2026-01-27 21:23:35 +03:00
vsemenov
a4ec70fecd
Field Mapping update
- Now you have a few built-in functions and JS modules to use in Field Mapping section, validation supported
- Readmes updated, a few images replaced
2026-01-19 18:30:48 +03:00
Alamion
925c827f49
fix
- Fixed 'expand' field for API v2
2026-01-12 17:32:35 +03:00
Alamion
1b6bd14cfa
fix
- Extra check for 'startAt' and 'nextPageToken' for different APIs versions before sending request to Jira
2025-12-18 21:06:06 +03:00
Alamion
67d19a5b34
Small feats
- Changed default filename template from "{summary} [{key}]" to "{summary} ({key})", so there should be less problems with inline md links
- Took the filename option to fetch settings section so you can configure it yourself
- Added husky precommit check, so I won't forget to bump versions of plugin anymore
2025-12-12 22:45:39 +03:00
Alamion
d0a38d31f7
- another fix for Jira v3 jql search
- "Raw Issue Viewer" renamed into "Fetch Issue Settings", added useful 'fields' and 'expand' params used in most fetch requests.
- now Global settings use correct native Search component instead of custom one.
- refactored period selector in Timekeep settings so it now also uses native component.
- migrated most of settings values. Old user data will be auto migrated too. I'll delete migration script in a year or two.
2025-12-05 02:43:35 +03:00
Alamion
a1a299ba49
- send comment option from Timekeep statistics section
- ping button in connection options
- try fix batch import from Jira once again
2025-11-24 22:26:07 +03:00
Alamion
08a9c48cfb
version alignment 2025-09-25 20:19:51 +03:00
Alamion
5ae08dfcce
Different api versions update
- Now plugin supports both v2 and v3 Jira API
  - Some preparation for solving bottleneck problem
2025-09-20 21:33:36 +03:00
Alamion
ef9c7259fa
JQL update:
- JQL pull tasks (with preview)
  - Timekeep settings menu full rework
  - bunch of small fixes with data transformation and pointers
  - now caching Jira key -> file path to increase performance
  - new pointer - `jira-sync-inline-*`
  - readme slight rework
2025-09-12 01:27:42 +03:00
Alamion
7824d7bc7e
Fixed jira-sync-section-* regex 2025-08-25 18:15:23 +03:00
Alamion
2192cfed42
npm build script fix 2025-08-25 16:30:09 +03:00
Alamion
108fdc502a
Tested and fixed issues from last update 2025-08-25 16:01:14 +03:00
Alamion
67308c0fec
settings update:
- css enchantments
  - template now can be selected instead of raw manual input
  - internationalization implementation
  - work statistics now integrated in settings
2025-08-25 02:48:14 +03:00
Alamion
fbf8649c1a
settings rework:
- collapsable sections in settings
  - separation of auth variants
  - field mapping validation small fix
  - added raw issue viewer
  - added test field mapping (for testing js expressions with rawissue viewer data)
2025-05-06 20:47:30 +03:00
Alamion
64bed9b8cd
Feedback features and fixes:
- Split the current Update WorkLog command into Batch and Manually variants
 - By default, not-in-the-mapping (in-code or custom one) fields won't update to Jira
 - Fixed existing fields mapping import in production version
 - Better default template if none available found
 - Fixed issue when template file could not been found
 - Fixed work with PAT
 - optimized statistics.md inner js size with esbuild
2025-04-13 03:34:59 +03:00
Alamion
9248212425
small fixes
- feedback if field can't be processed from jira format to string properly
  - found an in-code style, carried it to styles.css
  - replaced plugin.app.vault.modify() with plugin.app.vault.process() for atomization
  - html to markdown for description
  - now frontmatter data on update has priority over file content one as it saves it's initial type.
  - several changes for logging work, now it's more intuitive.
2025-03-20 02:14:28 +03:00
vsemenov
b0c1e4dfd4
Giant refactor.
Added 'get current file issue', 'update issue status', several settings for custom, template support.
2025-03-13 19:21:33 +03:00
aperez
a6e7e172fe First push 2024-12-12 09:32:49 +01:00