You can subscribe to this list here.
| 2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(237) |
Aug
(106) |
Sep
(47) |
Oct
(381) |
Nov
(341) |
Dec
(364) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2011 |
Jan
(182) |
Feb
(82) |
Mar
(32) |
Apr
(65) |
May
(105) |
Jun
(213) |
Jul
(463) |
Aug
(32) |
Sep
(43) |
Oct
(19) |
Nov
(38) |
Dec
(124) |
| 2012 |
Jan
(273) |
Feb
(676) |
Mar
(516) |
Apr
(54) |
May
(187) |
Jun
(185) |
Jul
(147) |
Aug
(95) |
Sep
(911) |
Oct
(728) |
Nov
(283) |
Dec
(350) |
| 2013 |
Jan
(481) |
Feb
(257) |
Mar
(181) |
Apr
(53) |
May
(149) |
Jun
(219) |
Jul
(246) |
Aug
(283) |
Sep
(195) |
Oct
(368) |
Nov
(633) |
Dec
(214) |
| 2014 |
Jan
(398) |
Feb
(210) |
Mar
(148) |
Apr
(147) |
May
(194) |
Jun
(624) |
Jul
(275) |
Aug
(272) |
Sep
(109) |
Oct
(80) |
Nov
(156) |
Dec
(115) |
| 2015 |
Jan
(254) |
Feb
(70) |
Mar
(36) |
Apr
(23) |
May
(38) |
Jun
(46) |
Jul
(106) |
Aug
(548) |
Sep
(170) |
Oct
(36) |
Nov
(186) |
Dec
(266) |
| 2016 |
Jan
(194) |
Feb
(357) |
Mar
(194) |
Apr
(53) |
May
(83) |
Jun
(72) |
Jul
(60) |
Aug
(34) |
Sep
(80) |
Oct
(50) |
Nov
(20) |
Dec
(12) |
| 2017 |
Jan
(48) |
Feb
(35) |
Mar
(103) |
Apr
(36) |
May
(7) |
Jun
(31) |
Jul
(37) |
Aug
(28) |
Sep
(80) |
Oct
(49) |
Nov
(31) |
Dec
(5) |
| 2018 |
Jan
(151) |
Feb
(48) |
Mar
(30) |
Apr
(46) |
May
(13) |
Jun
(18) |
Jul
(11) |
Aug
(36) |
Sep
(57) |
Oct
(65) |
Nov
(72) |
Dec
(190) |
| 2019 |
Jan
(91) |
Feb
(34) |
Mar
(35) |
Apr
(47) |
May
(278) |
Jun
(26) |
Jul
(46) |
Aug
(49) |
Sep
(136) |
Oct
(18) |
Nov
(36) |
Dec
(26) |
| 2020 |
Jan
|
Feb
(4) |
Mar
(1) |
Apr
(15) |
May
(1) |
Jun
|
Jul
(3) |
Aug
(15) |
Sep
(4) |
Oct
(19) |
Nov
|
Dec
|
| 2021 |
Jan
(1) |
Feb
(3) |
Mar
(5) |
Apr
(1) |
May
(18) |
Jun
|
Jul
(9) |
Aug
|
Sep
|
Oct
(7) |
Nov
(2) |
Dec
(8) |
| 2022 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(8) |
| 2023 |
Jan
|
Feb
(6) |
Mar
(2) |
Apr
|
May
(1) |
Jun
(11) |
Jul
|
Aug
(1) |
Sep
(5) |
Oct
(4) |
Nov
(1) |
Dec
|
| 2024 |
Jan
(2) |
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(8) |
Nov
(5) |
Dec
(1) |
| 2025 |
Jan
|
Feb
|
Mar
|
Apr
(14) |
May
(4) |
Jun
|
Jul
(1) |
Aug
(3) |
Sep
|
Oct
(3) |
Nov
(1) |
Dec
|
| 2026 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: JIRA (f. A. M. ) <ji...@pc...> - 2026-07-20 05:15:30
|
Confirmed, Shield is base AC 1 in the code, and should be 2 per the sources cited. |
|
From: JIRA (f. A. M. ) <ji...@pc...> - 2026-07-20 05:05:50
|
Investigating. |
|
From: JIRA (f. A. M. ) <ji...@pc...> - 2026-07-05 01:49:44
|
Java Code Team - User is requesting more channels from the companion to the master to grant features. Data team might be able to use the existing code to grant something, but it’ll be clunky. |
|
From: JIRA (f. D. G. ) <ji...@pc...> - 2025-11-09 13:36:54
|
While customising new equipment I often use the ‘sources->Reload sources' option
to test the changes. I have found that doing so tends to replicate the bonus
applied to the jump skill !
Easily recreated - load 3.5 rsrd, create a dummy dwarven fighter.
Troubleshooting character sheet correctly shows:
Jump -5 = -6[TYPE=SPEED.STACK|Jump] +1[STAT]
Save the character, reload the sources (do not quit pcgen), and reload the
character. Troubleshooter character sheet now shows:
Jump -17 = -18[TYPE=SPEED.STACK|Jump] +1[STAT]
This doesnt appear to affect other skills, so perhaps related to floor/ceil ?
Probable offending skill definition:
data/35e/wizards_of_the_coast/rsrd/basics/rsrd_skills.lst:Jump KEYSTAT:STR
ACHECK:YES TYPE:Strength.Standard.Base.Jump SOURCEPAGE:SkillsII
BONUS:SKILL|Tumble|SynergyBonus|PRESKILL:1,Jump=5|TYPE=Synergy.STACK
BONUS:SKILL|Jump|max(floor((var("MOVE[Walk]")-30)/10)*4,0)|TYPE=Speed.STACK
BONUS:SKILL|Jump|min(ceil((var("MOVE[Walk]")-30)/10)*6,0)|TYPE=Speed.STACK
6.09.07, using 3.5e |
|
From: JIRA (f. D. G. ) <ji...@pc...> - 2025-10-12 13:08:42
|
Using .MOD to alter a FEAT ABILITY results in the SOURCELONG/SOURCESHORT entries being reset to some other default entirely, or merely blank depending on their usage. Easily shown by including the following ABILITY file for 3.5 and loading it with RSRD: SOURCELONG:TestSourceAbility1 SOURCESHORT:TestA1 CATEGORY=FEAT|Alertness.MOD DESC:Test SOURCELONG:TestSourceA2 SOURCEPAGE:TestA2 CATEGORY=FEAT|Agile.MOD DESC:Test CATEGORY=Special Ability|Wizard ~ Scribe Scroll.MOD DESC:test source SOURCELONG:TestSourceA3 SOURCEPAGE:TestA3 CATEGORY=Special Ability|Human ~ Bonus Feat.MOD DESC:test source Output in GUI (for a stock human wizard, 1st level): Agile:Source: Revised (v.3.5) System Reference Document, Feats Alertness:Source: TestA2 Scribe Scroll:Source: Wizards of the Coast - Revised (v.3.5) System Reference Document, Feats Output in PDF (using csheet_fantasy_simple_grey_light.xslt) - edited to just show feat/ability name and the associated source output: Special Qualities: Scribe Scroll [ ] Feat Bonus [ ] Feats: Agile [RSRD] Alertness-blank, does not show any source! Scribe Scroll [Wizards of the Coast - Revised (v.3.5) System Reference Document, Feats] |
|
From: JIRA (f. P. G. ) <ji...@pc...> - 2025-10-03 16:24:21
|
🎉 Looks good! @Andrew Maitland |
|
From: JIRA (f. P. G. ) <ji...@pc...> - 2025-08-01 04:17:00
|
@Andrew Maitland Made a pull request for it https://github.com/Nylanfs/pcgen/pull/2 [https://github.com/Nylanfs/pcgen/pull/2] |
|
From: JIRA (f. P. G. ) <ji...@pc...> - 2025-08-01 04:06:41
|
Okay, Doub put PREALIGN on the COMPANIONLIST line which it evidently doesn’t take. |
|
From: JIRA (f. P. G. ) <ji...@pc...> - 2025-07-30 15:25:13
|
Reported on Reddit, confirmed by me in v6.09.06 None of the B2 familiars are populating the familiar list even though the race is showing on the races tab. |
|
From: JIRA (f. F. E. ) <ji...@pc...> - 2025-05-27 00:59:04
|
Frank Edwards *added 1 new comment*. Java Code/CODE-3545 Skills Tab/Left Window Grays Out All Rank Fields Except The One That Is Selected Frank Edwards *added 1 new comment*. Java Code ( https://pcgenorg.atlassian.net/browse/CODE?atlOrigin=eyJpIjoiMTcyNzdjOWNjNmE1NGIzOWE5NTk1N2JkNDllYjE4YTAiLCJwIjoiaiJ9&linkSource=email ) / CODE-3545 ( https://pcgenorg.atlassian.net/browse/CODE-3545?atlOrigin=eyJpIjoiMTcyNzdjOWNjNmE1NGIzOWE5NTk1N2JkNDllYjE4YTAiLCJwIjoiaiJ9&linkSource=email ) Skills Tab/Left Window Grays Out All Rank Fields Except The One That Is Selected ( https://pcgenorg.atlassian.net/browse/CODE-3545?atlOrigin=eyJpIjoiMTcyNzdjOWNjNmE1NGIzOWE5NTk1N2JkNDllYjE4YTAiLCJwIjoiaiJ9&linkSource=email ) Frank Edwards 5:34 PM PDT Also appears in master from GitHub when built using OpenJDK Java 22 (lang level 21) on M3 Max-based macOS laptop. View work item ( https://pcgenorg.atlassian.net/browse/CODE-3545?atlOrigin=eyJpIjoiMTcyNzdjOWNjNmE1NGIzOWE5NTk1N2JkNDllYjE4YTAiLCJwIjoiaiJ9&linkSource=email ) Open the work item to view attachments over 100KB. Get Jira notifications on your phone! Download the Jira Cloud app for Android ( https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail ) or iOS ( https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8 ). Manage notifications ( https://pcgenorg.atlassian.net/jira/settings/personal/notifications?emailPreferences=true&atlOrigin=eyJpIjoiMTcyNzdjOWNjNmE1NGIzOWE5NTk1N2JkNDllYjE4YTAiLCJwIjoiaiJ9&linkSource=email#emailpreferences ) • Give feedback ( https://surveys.atlassian.com/jfe/form/SV_9X3zi1X4q1gKsqF ) • Privacy policy ( https://www.atlassian.com/legal/privacy-policy ) |
|
From: JIRA (f. G. B. ) <ji...@pc...> - 2025-05-03 21:07:51
|
Greg Bowen *made 1 update* and *added 1 new comment*. Java Code/CODE-191 BONUS:SKILLPOINTS|NUMBER|6|PREHD:MAX=6 not working Greg Bowen *made 1 update* and *added 1 new comment*. Java Code ( https://pcgenorg.atlassian.net/browse/CODE?atlOrigin=eyJpIjoiMTdlNzk4Mzc0NWY3NDQyMjkzYjQ3NTY0ZjBkMTlkM2MiLCJwIjoiaiJ9&linkSource=email ) / CODE-191 ( https://pcgenorg.atlassian.net/browse/CODE-191?atlOrigin=eyJpIjoiMTdlNzk4Mzc0NWY3NDQyMjkzYjQ3NTY0ZjBkMTlkM2MiLCJwIjoiaiJ9&linkSource=email ) BONUS:SKILLPOINTS|NUMBER|6|PREHD:MAX=6 not working ( https://pcgenorg.atlassian.net/browse/CODE-191?atlOrigin=eyJpIjoiMTdlNzk4Mzc0NWY3NDQyMjkzYjQ3NTY0ZjBkMTlkM2MiLCJwIjoiaiJ9&linkSource=email ) Updates Greg Bowen 2:04 PM PDT Assignee: Unassigned Greg Bowen Comments Greg Bowen 2:04 PM PDT This appears to be an issue with a known work-around of BONUS:SKILLPOOL|CLASS=Companion;LEVEL=1|1. To make this syntax valid for monsters (Since Companion is a MONSTERCLASS with 6 HD to start) we’d need to change the loading order of all monsters - so the pretoken can be evaluated prior to the 6HD are applied. That could have unintended impacts across all MONSTERCLASS entries. @Andrew Maitland what do you think? Is it worth the added risk to change the load order, or should this be closed with a known workaround? View work item ( https://pcgenorg.atlassian.net/browse/CODE-191?atlOrigin=eyJpIjoiMTdlNzk4Mzc0NWY3NDQyMjkzYjQ3NTY0ZjBkMTlkM2MiLCJwIjoiaiJ9&linkSource=email ) Open the work item to view attachments over 100KB. Get Jira notifications on your phone! Download the Jira Cloud app for Android ( https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail ) or iOS ( https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8 ). Manage notifications ( https://pcgenorg.atlassian.net/jira/settings/personal/notifications?emailPreferences=true&atlOrigin=eyJpIjoiMTdlNzk4Mzc0NWY3NDQyMjkzYjQ3NTY0ZjBkMTlkM2MiLCJwIjoiaiJ9&linkSource=email#emailpreferences ) • Give feedback ( https://surveys.atlassian.com/jfe/form/SV_9X3zi1X4q1gKsqF ) • Privacy policy ( https://www.atlassian.com/legal/privacy-policy ) |
|
From: JIRA (f. G. B. ) <ji...@pc...> - 2025-04-26 21:35:52
|
Greg Bowen *made 5 updates* and *added 1 new comment*. Java Code/CODE-287 [GMGen] Missing Roman Agnomen data for RandonName Greg Bowen *made 5 updates* and *added 1 new comment*. Java Code ( https://pcgenorg.atlassian.net/browse/CODE?atlOrigin=eyJpIjoiZmRkZmZlYmZkMGQzNDI0M2IzZjMyNmRiYmMxODNjYWIiLCJwIjoiaiJ9&linkSource=email ) / CODE-287 ( https://pcgenorg.atlassian.net/browse/CODE-287?atlOrigin=eyJpIjoiZmRkZmZlYmZkMGQzNDI0M2IzZjMyNmRiYmMxODNjYWIiLCJwIjoiaiJ9&linkSource=email ) [GMGen] Missing Roman Agnomen data for RandonName ( https://pcgenorg.atlassian.net/browse/CODE-287?atlOrigin=eyJpIjoiZmRkZmZlYmZkMGQzNDI0M2IzZjMyNmRiYmMxODNjYWIiLCJwIjoiaiJ9&linkSource=email ) Updates Greg Bowen 2:31 PM PDT Theme: New User Interface Pending User Input: No Fix versions: 6.10.x Resolution: Fixed Status: Open Resolved Comments Greg Bowen 2:31 PM PDT Added Agnomen to the random name generator View work item ( https://pcgenorg.atlassian.net/browse/CODE-287?atlOrigin=eyJpIjoiZmRkZmZlYmZkMGQzNDI0M2IzZjMyNmRiYmMxODNjYWIiLCJwIjoiaiJ9&linkSource=email ) Open the work item to view attachments over 100KB. Get Jira notifications on your phone! Download the Jira Cloud app for Android ( https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail ) or iOS ( https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8 ). Manage notifications ( https://pcgenorg.atlassian.net/jira/settings/personal/notifications?emailPreferences=true&atlOrigin=eyJpIjoiZmRkZmZlYmZkMGQzNDI0M2IzZjMyNmRiYmMxODNjYWIiLCJwIjoiaiJ9&linkSource=email#emailpreferences ) • Give feedback ( https://surveys.atlassian.com/jfe/form/SV_9X3zi1X4q1gKsqF ) • Privacy policy ( https://www.atlassian.com/legal/privacy-policy ) |
|
From: JIRA (f. G. B. ) <ji...@pc...> - 2025-04-25 02:19:45
|
Greg Bowen *made 4 updates* and *added 1 new comment*. Java Code/CODE-17 Webbased Server Lst Files using MODs fail to work, PCC calls seems to fail as well Greg Bowen *made 4 updates* and *added 1 new comment*. Java Code ( https://pcgenorg.atlassian.net/browse/CODE?atlOrigin=eyJpIjoiYzJhMzMyZmYyMWNkNDRjOGFhY2I4Y2NmOWIxZDc1NWQiLCJwIjoiaiJ9&linkSource=email ) / CODE-17 ( https://pcgenorg.atlassian.net/browse/CODE-17?atlOrigin=eyJpIjoiYzJhMzMyZmYyMWNkNDRjOGFhY2I4Y2NmOWIxZDc1NWQiLCJwIjoiaiJ9&linkSource=email ) Webbased Server Lst Files using MODs fail to work, PCC calls seems to fail as well ( https://pcgenorg.atlassian.net/browse/CODE-17?atlOrigin=eyJpIjoiYzJhMzMyZmYyMWNkNDRjOGFhY2I4Y2NmOWIxZDc1NWQiLCJwIjoiaiJ9&linkSource=email ) Updates Greg Bowen closed this work item 7:16 PM PDT Theme: Network Resolution: Cancelled Pending User Input: No Status: Open Closed Comments Greg Bowen 7:16 PM PDT While the web page linked is no longer valid, I did attempt to reproduce via local and “remote” server locations on my local network. SMB protocol (Windows files, technically CIFS implementation these days), Samba, and sftp. While sftp doesn’t natively work without setting up a mount path on linux, the others work assuming you provide the path. TL;DR; - unable to reproduce, moving to close View work item ( https://pcgenorg.atlassian.net/browse/CODE-17?atlOrigin=eyJpIjoiYzJhMzMyZmYyMWNkNDRjOGFhY2I4Y2NmOWIxZDc1NWQiLCJwIjoiaiJ9&linkSource=email ) Open the work item to view attachments over 100KB. Get Jira notifications on your phone! Download the Jira Cloud app for Android ( https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail ) or iOS ( https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8 ). Manage notifications ( https://pcgenorg.atlassian.net/jira/settings/personal/notifications?emailPreferences=true&atlOrigin=eyJpIjoiYzJhMzMyZmYyMWNkNDRjOGFhY2I4Y2NmOWIxZDc1NWQiLCJwIjoiaiJ9&linkSource=email#emailpreferences ) • Give feedback ( https://surveys.atlassian.com/jfe/form/SV_9X3zi1X4q1gKsqF ) • Privacy policy ( https://www.atlassian.com/legal/privacy-policy ) |
|
From: JIRA (f. G. B. ) <ji...@pc...> - 2025-04-25 02:14:19
|
Greg Bowen *made 5 updates* and *added 1 new comment*. Java Code/CODE-3108 Double weapon damage output incorrect Greg Bowen *made 5 updates* and *added 1 new comment*. Java Code ( https://pcgenorg.atlassian.net/browse/CODE?atlOrigin=eyJpIjoiMDk5MmMzNjlhOTI3NDExNDlmY2UyNmFhMTJmYWE2YzkiLCJwIjoiaiJ9&linkSource=email ) / CODE-3108 ( https://pcgenorg.atlassian.net/browse/CODE-3108?atlOrigin=eyJpIjoiMDk5MmMzNjlhOTI3NDExNDlmY2UyNmFhMTJmYWE2YzkiLCJwIjoiaiJ9&linkSource=email ) Double weapon damage output incorrect ( https://pcgenorg.atlassian.net/browse/CODE-3108?atlOrigin=eyJpIjoiMDk5MmMzNjlhOTI3NDExNDlmY2UyNmFhMTJmYWE2YzkiLCJwIjoiaiJ9&linkSource=email ) Updates Greg Bowen 7:09 PM PDT Assignee: Tom Parker Greg Bowen Theme: New User Interface Pending User Input: No Resolution: Cancelled Status: Confirmed Closed Comments Greg Bowen 7:10 PM PDT When attempting to re-validate this issue, it appears double weapons are working correctly in versions 6.08.10 or higher. Moving to resolve View work item ( https://pcgenorg.atlassian.net/browse/CODE-3108?atlOrigin=eyJpIjoiMDk5MmMzNjlhOTI3NDExNDlmY2UyNmFhMTJmYWE2YzkiLCJwIjoiaiJ9&linkSource=email ) Open the work item to view attachments over 100KB. Get Jira notifications on your phone! Download the Jira Cloud app for Android ( https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail ) or iOS ( https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8 ). Manage notifications ( https://pcgenorg.atlassian.net/jira/settings/personal/notifications?emailPreferences=true&atlOrigin=eyJpIjoiMDk5MmMzNjlhOTI3NDExNDlmY2UyNmFhMTJmYWE2YzkiLCJwIjoiaiJ9&linkSource=email#emailpreferences ) • Give feedback ( https://surveys.atlassian.com/jfe/form/SV_9X3zi1X4q1gKsqF ) • Privacy policy ( https://www.atlassian.com/legal/privacy-policy ) |
|
From: JIRA (f. B. M. ) <ji...@pc...> - 2025-04-24 19:06:33
|
Bryan McRoberts *made 2 updates* and *added 1 new comment*. Java Code/CODE-3547 SPROP does not work as documented - double percent and vars. Bryan McRoberts *made 2 updates* and *added 1 new comment*. Java Code ( https://pcgenorg.atlassian.net/browse/CODE?atlOrigin=eyJpIjoiNDFiNTM0ODllZDY2NDg3MjhmNzIyMGQzZWYwNjYwZGUiLCJwIjoiaiJ9&linkSource=email ) / CODE-3547 ( https://pcgenorg.atlassian.net/browse/CODE-3547?atlOrigin=eyJpIjoiNDFiNTM0ODllZDY2NDg3MjhmNzIyMGQzZWYwNjYwZGUiLCJwIjoiaiJ9&linkSource=email ) SPROP does not work as documented - double percent and vars. ( https://pcgenorg.atlassian.net/browse/CODE-3547?atlOrigin=eyJpIjoiNDFiNTM0ODllZDY2NDg3MjhmNzIyMGQzZWYwNjYwZGUiLCJwIjoiaiJ9&linkSource=email ) Updates Bryan McRoberts closed this work item 12:03 PM PDT Resolution: Cancelled Status: Open Closed Comments Bryan McRoberts 12:03 PM PDT The CASTERLEVEL issue on SPROP is fixed and merged to the master branch. View work item ( https://pcgenorg.atlassian.net/browse/CODE-3547?atlOrigin=eyJpIjoiNDFiNTM0ODllZDY2NDg3MjhmNzIyMGQzZWYwNjYwZGUiLCJwIjoiaiJ9&linkSource=email ) Open the work item to view attachments over 100KB. Get Jira notifications on your phone! Download the Jira Cloud app for Android ( https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail ) or iOS ( https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8 ). Manage notifications ( https://pcgenorg.atlassian.net/jira/settings/personal/notifications?emailPreferences=true&atlOrigin=eyJpIjoiNDFiNTM0ODllZDY2NDg3MjhmNzIyMGQzZWYwNjYwZGUiLCJwIjoiaiJ9&linkSource=email#emailpreferences ) • Give feedback ( https://surveys.atlassian.com/jfe/form/SV_9X3zi1X4q1gKsqF ) • Privacy policy ( https://www.atlassian.com/legal/privacy-policy ) |