question
dict | answers
listlengths 1
27
| url
stringlengths 66
601
| tags
sequencelengths 1
15
⌀ |
---|---|---|---|
{
"author": "Daniel Painter",
"title": "Bitbutcket Download",
"body": "Looking for a way to save our Bitbucket data/environment - so wondering if there is a backup or download process.\n\nCompany is going through a small hibernation; trying to cut down all costs for next 6-months.\n\nWant to understand if there is a way to download or backup our Bitbucket environment so we can temporarily close our account. But have a way to reload our environment / saved data back into Bitbucket when we get going again.\n\nThank you\n\nVR\n"
} | [
{
"author": "Lukas Angst",
"body": "Hy Daniel\n\nIf you just use the number of accounts for the standard plan, you could reduce the number of accounts under 5. I imagine you will not need the build minutes in this 6-months, but don't know about the file storage. \nThis way you could still leave Bitbucket open, but need to introduce all the accounts again in 6 months. At least all your other settings were preserved.\n\nBest regards\n\nLukas\n",
"comments": [
{
"author": "Theodora Boudale",
"body": "Hi Daniel,\n\nI just wanted to add to Lukas' reply that you'll also need to downgrade your workspace's plan to the Free one, after you remove users, so that you don't get charged.\n\nBitbucket doesn't have a way of automatically downloading all your data. You can get the core Git repo by running a **git clone** with the **--mirror** flag for each repo, but this is **not** going to download metadata like pull requests, comments, etc.\n\nRemoving users from your workspace so that it has up to 5 users, and then downgrading the billing plan to Free is going to keep all your workspace data. And when you are ready to get going again, you can upgrade the billing plan and add more users.\n\nA workspace's billing plan can be changed the following way:\n\n1. Go this page: <https://bitbucket.org/account/workspaces/>\n2. Select **Manage** for the workspace you want to check that info for. The **Manage** link is only visible if you are a workspace admin.\n3. Select **Plan details** from the left sidebar.\n4. On this page, you will see an option to change the billing plan.\n\nPlease feel free to reach out if you have any questions.\n\nKind regards, \nTheodora\n"
}
]
}
] | https://community.atlassian.com/t5/Bitbucket-questions/Bitbutcket-Download/qaq-p/2819623 | [
"bitbucket-cloud",
"cloud"
] |
{
"author": "Dmitriy Kagarlickij",
"title": "Reject deployment",
"body": "I have added \\`trigger: manual\\` to my Deployment to manually check Build results before running deploy\n\nIn BitBucket UI I can only see \\`Deploy\\` button, but what if I want to reject it - how could it be done?\n\nThanks!\n"
} | [
{
"author": "Theodora Boudale",
"body": "Hi Dmitriy,\n\nThere is no option to reject or skip a manual step. We have a feature request for the ability to skip steps that you can vote for and watch here:\n\n* <https://jira.atlassian.com/browse/BCLOUD-20833>\n\nDo you have additional steps, after the deployment one, that you want to run?\n\nKind regards, \nTheodora\n",
"comments": null
}
] | https://community.atlassian.com/t5/Bitbucket-questions/Reject-deployment/qaq-p/2819381 | [
"bitbucket-cloud",
"cloud"
] |
{
"author": "Kevin Paulus",
"title": "How can I embed a Jira issue collector in Bitbucket?",
"body": "We used to be able to embed a Jira issue collector script in the Announcement Banner for Bitbucket (Add-On by Sweet Bananas) however, that add-on has become monetized and we are not playing along. The Built-in announcement banner displays the script. What other options are available?\n"
} | [
{
"author": "Ulrich Kuhnhardt _IzymesCo_",
"body": "Create a [simple Bitbucket server plugin](https://developer.atlassian.com/server/framework/atlassian-sdk/atlas-create-bitbucket-plugin/) and add the issue collector script as a web-panel in atlassian-plugin.xml like so\n\n```\n<atlassian-plugin ... plugins-version=\"2\">\n<web-panel location=\"bitbucket.notification.banner.header\" key=\"kevins.test\">\n<context>atl.general</context>\n<resource name=\"view\" type=\"static\"><![CDATA[<script ......></script>]]></resource>\n</web-panel>\n</atlassian-plugin>\n```\n\nThe issue collector tab is shown on any bitbucket page.\n\nTip: place the collector tab as vertical, horizontal version may be hidden by the BB page header\n\nLet me know if you run into any trouble\n",
"comments": null
}
] | https://community.atlassian.com/t5/Bitbucket-questions/How-can-I-embed-a-Jira-issue-collector-in-Bitbucket/qaq-p/2819356 | [
"bitbucket-data-center",
"bitbucket-server",
"data-center",
"server"
] |
{
"author": "Christopher Gilroy",
"title": "\"Users\" vs \"Project permissions\"",
"body": "I don't believe I'm actually handling this properly, although maybe I am and it's the business model of Bitbucket, but what is the difference between adding (and paying for) \"Users Access\" and then adding users (and they don't need to exist in the \"Users\" section to the actual project permissions?\n\nI suppose the simplest question is, I understand if I were to make actual \"user\" accounts I would/should pay for that. I'm hazy on whether I should be paying for all these individual project contributors that we add, who have existing Bitbucket accounts...\n"
} | [
{
"author": "Rik de Valk",
"body": "Hi [@Christopher Gilroy](/t5/user/viewprofilepage/user-id/5599311) and welcome to the community,\n\nOn Public repositories, you can collaborate with as many users as you like without paying for any (additional) licenses.\n\nHaving to actually add (paid) users to your workspace is only needed if you work with Private repositories and need more than 5 collaborating users.\n\nSee <https://support.atlassian.com/bitbucket-cloud/docs/manage-your-plan-and-billing/> and <https://support.atlassian.com/bitbucket-cloud/docs/grant-repository-access-to-users-and-groups/>\n\nHave a nice day!\n\nRik\n",
"comments": null
},
{
"author": "Theodora Boudale",
"body": "Hi Christopher and welcome to the community!\n\nI just wanted to clarify that this is no longer the case:\n> On Public repositories, you can collaborate with as many users as you like without paying for any (additional) licenses.\n>\n> Having to actually add (paid) users to your workspace is only needed if you work with Private repositories and need more than 5 collaborating users.\n\nSince October 31st, 2023, we began counting all workspace members as billable users. More info here:\n\n* <https://community.atlassian.com/t5/Bitbucket-articles/Questions-on-Bitbucket-Cloud-billing-model-changes/ba-p/2491442>\n* <https://bitbucket.org/blog/billing-model-change>\n\nA billing plan is associated with a workspace. Workspaces on the Free plan can have up to 5 users with access.\n\nIf you have a workspace on the Standard or Premium plan, we only charge for the users who have access to this workspace. You can find the number of users that count towards your workspace's plan the following way:\n\n1. Go this page: <https://bitbucket.org/account/workspaces/>\n2. Select **Manage** for the workspace you want to check that info for. The **Manage** link is visible only if you are a workspace admin.\n3. Select **User directory** from the left sidebar. On that page, you can see the number of the workspace's users.\n\nPlease feel free to reach out if you have any questions!\n\nKind regards, \nTheodora\n",
"comments": null
},
{
"author": "Christopher Gilroy",
"body": "Got it. Thanks for the quick reply!\n",
"comments": null
}
] | https://community.atlassian.com/t5/Bitbucket-questions/quot-Users-quot-vs-quot-Project-permissions-quot/qaq-p/2819166 | [
"bitbucket-cloud",
"cloud"
] |
{
"author": "Garvin Tarr",
"title": "Crucible replacement?",
"body": "Our development team uses Crucible in-house with the database on a SQL Server 2014 instance. As this SQL version has recently reached end-of-life we are looking to retire the server. Before simply migrating to a new version of SQL Server for just Crucible and one other app, we were wondering what other code-review products are available and what others' experience is in moving or migrating. We are hoping to move to a cloud-based solution.\n"
} | [
{
"author": "Gunner Franklin",
"body": "*** ** * ** ***\n\nBRING BACK ZOMBIE CAFE ON IOS AND ADROID!!!! Please come on it's the greatest mobile game of all time\n",
"comments": null
}
] | https://community.atlassian.com/t5/Fisheye-Crucible-questions/Crucible-replacement/qaq-p/2804678 | [
"fisheye-crucible-server",
"migration-customer-care",
"server"
] |
{
"author": "Kalle Tuulos",
"title": "SVN branches are not visible",
"body": "I have just installed Fisheye+Crucible (as docker container \"atlassian/crucible\") for evaluation. We are evaluating this as start with one product which has code on two SVN repositories.\n\nBoth SVN repositories have \"trunk\" branch and many other branches, as development is being done in branches. On repository configuration, SVN URL is entered exactly as what \"svn info\" command gives as repository root.\n\nThe problem is, that older SVN branches (those which had activity before installing Fisheye+Crucible) are not visible on Repositories-\\>\\[repo name\\]-\\>Activity-\\>Branches.\n\nHow those older SVN branches can be scanned into system?\n"
} | [
{
"author": "Paul Collins",
"body": "I suspect the problem is not the age of your svn branches but the overall structure of your repo. FishEye has \"SVN Symbolic Rules\" under \"SCM Details\" settings that control where it looks for trunk and branches.\n\nThe default structure used by FishEye is one where there's a directory containing just three directories: \"trunk\", \"tags\", and \"branches'. Each non-trunk branch is a subdirectory of the \"branches\" directory. If your repo has all the branch directories as siblings to your trunk, the default rules won't work. The good news is that \"Symbolic\" means there's a way to configure FishEye to understand a lot of different repo structures.\n\nIt's important that you \\*don't\\* tell FishEye that the parent to all the branches is \"trunk\". See the warning here: <https://confluence.atlassian.com/fisheye/subversion-960155467.html>\n\nThen look here for the description of how to set up your SVN Symbolic Rules.\n\n<https://confluence.atlassian.com/fisheye/svn-tag-and-branch-structure-960155478.html>\n\nThere is a date cutoff option somewhere. That might be useful just to do a shallow test setup to make sure your symbolic structure works. I think to get my large repo in I had to adjust Java memory settings to keep it from running out.\n\nI think I did this once 10 years ago and don't remember how it works myself. But it worked. Good luck!\n",
"comments": null
}
] | https://community.atlassian.com/t5/Fisheye-Crucible-questions/SVN-branches-are-not-visible/qaq-p/2800433 | [
"fisheye-crucible-server",
"server"
] |
{
"author": "1",
"title": "crucible????",
"body": "S-JIS??????SW???SVN????\n\nSVN??????crucible?????????????\n\ncrucible??????????S-JIS???????????????????\n"
} | [
{
"author": "Rick Li",
"body": "????????????????????????\n\ncrucible??????????????UTF-8??????\n\n???Shift_JIS????????????????? **SCM Details** ????????????????\n\n?????????????\n\n* [Configuring a Different Charset in Fisheye/Crucible](https://confluence.atlassian.com/fishkb/configuring-a-different-charset-in-fisheye-crucible-308609343.html)\n\n??????????\n",
"comments": null
}
] | https://community.atlassian.com/t5/Fisheye-Crucible-questions/crucible%E6%96%87%E5%AD%97%E5%8C%96%E3%81%91/qaq-p/2766696 | [
"fisheye-crucible-server",
"server"
] |
{
"author": "Jody Williams",
"title": "made server setting changes and now I can't log on.",
"body": "Hi, I want to access the fisheye server by using the URL <http://server.domain.com/fisheye> instead of http:/server.domain.com:8060. I was editing the server settings according to this page:\n\n<https://confluence.atlassian.com/fisheye/configuring-the-fisheye-web-server-960155665.html>\n\nand made a mistake and now I can't log onto the web fisheye instance. What do I need to restore to undo my changes? I'm thinking I don't need to restore the database, but system files?\n"
} | [
{
"author": "Nicolas Grossi",
"body": "[@Jody Williams](/t5/user/viewprofilepage/user-id/1705469) You might have a backup of the modified files ?\n",
"comments": [
{
"author": "Jody Williams",
"body": "I'm sure I have a backup. I only want to restore what I need to the fisheye_data directory or the fecru\\* directory?\n"
}
]
}
] | https://community.atlassian.com/t5/Fisheye-Crucible-questions/made-server-setting-changes-and-now-I-can-t-log-on/qaq-p/2743828 | null |
{
"author": "Abdulaziz Alshehri",
"title": "stuck at \"/setup/jiraConnect.do\" after license key entered",
"body": "After a new install of Crucible. I opened localhost:8060/admin and placed my licence key. After that each time i open it now it is blank with the link being. \"/setup/jiraConnect.do\" \n\nTried to reinstall Crucible but no luck the database folder is the issue. I can't change my server-ID for a new key.\n\nAny help is welcome\n"
} | [
{
"author": "Drew Morris",
"body": "Did you resolve this? I'm also running into it.\n\nI think this issue is related, as I'm also seeing an XSRF issue in my logs\n\n<https://community.atlassian.com/t5/Fisheye-Crucible-questions/Fresh-setup-behing-nginx-First-time-setup-blocked-by-XSRF-on/qaq-p/1396133>\n",
"comments": null
}
] | https://community.atlassian.com/t5/Fisheye-Crucible-questions/stuck-at-quot-setup-jiraConnect-do-quot-after-license-key/qaq-p/2705046 | [
"fisheye-crucible-server",
"server"
] |
{
"author": "Dean",
"title": "Cannot delete local AD user",
"body": "Hi. We've downgraded from to a 5-user license but have 8 users in our system. We don't need them, and in the past have been able to delete users who are not active. However, when I'm trying with these users I'm receiving the error that:\n\n```\nError deleting user. Not allowed to delete user '<username>' from directory 'Active Directory server'.\nPlease check the system logs for details\n```\n\nI only want to remove the local user, in order to get us down to the 5 currently active users. How do I do that?\n\nThe installed version is 4.8.2 but we have purchased an upgraded license. That's why I'm trying to get down to five users; to install the new license.\n\nAny ideas?\n"
} | [
{
"author": "Charlie Misonne",
"body": "Hi Dean,\n\nWhen you say \"I only want to remove the local user\", what do you mean exactly?\n\nYou can not remove a user when it is synced from AD. You could apdat the user filter in your AD connection details but that's probably not what you're looking for.\n\nCan't you just revoke the permissions of those users to remove their license?\n\n<https://confluence.atlassian.com/fisheye/global-permissions-960155573.html>\n",
"comments": [
{
"author": "Dean",
"body": "That may be exactly what I was looking for. I just want to remove their license.\n\nI'm new to managing the server, and about 10 minutes ago found where I could remove that user from a local group.\n\nI've removed the other users from the relevant groups. I've also found System Information \\> User Limits, which tells me the exact number I need - 5.\n\nThanks Charlie, this was exactly what I needed.\n"
},
{
"author": "Charlie Misonne",
"body": "ok great!\n\nGlad I could help :-)\n"
}
]
}
] | https://community.atlassian.com/t5/Fisheye-Crucible-questions/Cannot-delete-local-AD-user/qaq-p/2636257 | [
"active-directory",
"fisheye-crucible-administration",
"server"
] |
{
"author": "JAMET Daniel",
"title": "The Crucible Licence Key you have entred is invalid",
"body": "Atlassian gives me a new license key but when i want to install it i obtain the message \"The Crucible Licence Key you have entred is invalid\"\n\nMy Server ID is: BPSX-7SN0-77P3-L65N \nMy SEN is: SEN-50784233 \n\nCan you help me to solve this issue ?\n"
} | [
{
"author": "Nic Brough -Adaptavist-",
"body": "Welcome to the Atlassian Community!\n\nYou need to talk to Atlassian support about this one, the community here has no access to the licencing system. <Https://support.atlassian.com/contact> will ask you for the SEN you have given us if you select the Crucible/Fisheye option in the menus.\n\nHowever, before you raise it there, can you check that\n\n* You are copying and pasting the key precisely and in plain text. Some browsers and text editors add line breaks or even additional characters to content when you hit select and copy. (There was even a phase where Internet Explorer randomly changed characters in keys when copying them because the idiots at MS thought it was a good idea to add slpeping correction to everything)\n* You have copied the full licence key (you should not need to worry about trailing spaces at the end of the key, but you do need every letter of it). My usual error is missing the last line in the text\n",
"comments": null
}
] | https://community.atlassian.com/t5/Fisheye-Crucible-questions/The-Crucible-Licence-Key-you-have-entred-is-invalid/qaq-p/2620989 | [
"fisheye-crucible-server",
"server"
] |
{
"author": "Josh Robertson",
"title": "Crucible - Is there a way to prevent authors from resolving issues they did not open/create?",
"body": "I am wondering if there is any setting or way to prevent authors from marking issues as resolved in **crucible code reviews** if they are not the one who created the defect or issue that needs resolution?\n\nBasically the way it is now would mean the author of the review is able to mark the issues resolved when in reality it should be the individual who created the issue that should close it, or potentially another reviewer as a worst case scenario.\n"
} | [
{
"author": "Nic Brough -Adaptavist-",
"body": "Welcome to the Atlassian Community!\n\nDo you really mean in Fisheye, or are you linking your work to Jira?\n\nIf the issues are in Jira, then you should be able to add a condition to the transition, one that blocks the reporter from the transition.\n",
"comments": [
{
"author": "Josh Robertson",
"body": "Hello and thank you!\n\nI am using the crucible code review server, which has fisheye integrated with it.My question is actually related to crucible I believe, not with fisheye.\n\nI apologize for the confusion. I've updated my question to explicit state that I am asking about crucible code review server.\n"
},
{
"author": "Nic Brough -Adaptavist-",
"body": "I am sorry, I was unclear. Crucible sits on top of Fisheye, so I have a tendency to think of them as the same thing. I've never worked with just Fisheye, beyond the first time, where my job was to plan and implement adding Crucible to it!\n\nThe question I have is \"where are you raising the issues\"? Are they in Fisheye/Crucible, or Jira?\n\nIf it's in FeCru, then I'm afraid you are stuck. It has a very simple flow for issues, and none of the flexibility that Jira has to set up flows that are controlled like that.\n"
},
{
"author": "Josh Robertson",
"body": "No Problem, we got there in the end.\n\nI am raising this issue from the crucible side, as we are not utilizing Jira. Only using crucible for a peer review of code to be done by higher level team members.\n\nWe were using collaborator from SmartBear originally, and I found Crucible was a better product with a better layout, making the reviews easier to perform.\n\nThis one item stands out to me as an issue, because a reviewer can open an issue during the code review, and the author of that code review can mark the issue resolved without any involvement of any reviewer. Even if this was tied to Jira, I think the issue would exist on the crucible side, where the author can still mark an issue resolved, but I don't know what would happen on the Jira side in that regard and maybe it would be a non-issue.\n\nSo am I understanding there is no way to prevent authors of code reviews from marking issues as 'resolved'? Originally I thought it was because the author was also the moderator, that it granted them that ability, but I created a dummy user to be placed as the moderator and it was still possible.\n\nCan you explain to me, if it isn't possible to prevent it, how it works with Jira tied in to prevent the author of a code review from marking issues as resolved in the code review?\n"
}
]
}
] | https://community.atlassian.com/t5/Fisheye-Crucible-questions/Crucible-Is-there-a-way-to-prevent-authors-from-resolving-issues/qaq-p/2603266 | [
"server"
] |
{
"author": "Yunus Emre Ozturk",
"title": "MS Office Word, Advanced Find and Field",
"body": "Hello everyone,\n\nI am new here and i hope the location is not wrong for that question.\n\nI have a problem about word. I need to replace some words with numbered words.\n\nFor example, ? need to select all ABCD words and change ABCDE_1, ABCDE_2, ABCDE_3...\n\nIs it possible to do it ?\n\nActually, basicly, i added a field AUTONUM, and copied it, then i was able to replaced all ABCD to ABCDE_1 etc.\n\nHowever in that case, i cannot figure out to select all ABCDE_1, (1 is autonumberd) in case need to change them.\n\nBriefly, could you please help to select custom field area, not tables, figures or etc, only written by the ABCDE word ?\n"
} | [
{
"author": "Walter Buggenhout",
"body": "Hi [@Yunus Emre Ozturk](/t5/user/viewprofilepage/user-id/5598159) and welcome to the Atlassian Community!\n\nThis is a community built around Atlassian products (like Jira, Trello, Confluence and many other tools) and practices. Microsoft Word is not really an Atlassian product, I'm afraid. While it's not entirely impossible someone might come up with a solution - we're very much willing to help where we can, here - you might get faster and more targeted assistance on a Microsoft forum instead.\n\nAutomatically finding / replacing content in MS Word fields is not one of my top skills; if it was, I'd be happy to help.\n\nAll the best - and hope to see your first Jira or Confluence question soon!\n",
"comments": null
}
] | https://community.atlassian.com/t5/Atlassian-Platform-questions/MS-Office-Word-Advanced-Find-and-Field/qaq-p/2818103 | [
"atlassian-platform"
] |
{
"author": "Daner Chiyayee",
"title": "how can i make a company workspace?",
"body": "how can I make a company workspace in Atlassian?\n"
} | [
{
"author": "Walter Buggenhout",
"body": "Hi [@Daner Chiyayee](/t5/user/viewprofilepage/user-id/5596610) and welcome to the Community!\n\nCould you elaborate on what you mean by a *company workspace*?\n\nThe Atlassian platform consists of several products doing different things:\n\n* Jira to plan and track project work across business and software teams;\n* Jira Service Management to set up and manage service desks for your IT and internal support teams;\n* Confluence to document and collaborate on knowledge and content;\n* Bitbucket to manage code\n* ...\n\nWhat you would normally do is to set up an Atlassian site for your organization, adding one or more of the above products - depending of course on your needs. It is quite simple to get started with just one product and add additional ones later on. To get started with Jira - just as an example - search for [Jira pricing](https://www.atlassian.com/software/jira/pricing) and select a plan to try for free.\n\nHope this helps!\n",
"comments": null
}
] | https://community.atlassian.com/t5/Atlassian-Platform-questions/how-can-i-make-a-company-workspace/qaq-p/2816423 | [
"atlassian-platform"
] |
{
"author": "peter_cardwell",
"title": "Org Admin Account Deleted",
"body": "Hello\n\nWe have had the sole \"Org Admin\" unexpectedly leave the company, and our IT system has disabled his account in our system.\n\nAs our Atlassian accounts are connected to our company accounts via SSO setup, the Org Admins account has been deleted in the Atlassian system as well, meaning there are no current users set up as an Org Admin.\n\nIs Atlassin able to set myself as an Org Admin?\n\nThanks\n"
} | [
{
"author": "Kieren _SmolSoftware_",
"body": "Hi [@peter_cardwell](/t5/user/viewprofilepage/user-id/5581678)\n\nYou'll need to raise a support ticket with Atlassian to sort this out.\n\n<https://support.atlassian.com/contact/#/>\n\nGood luck!\n\n-Kieren\n\nCo-Founder @ Admin Automations \\| Ex-Atlassian\n",
"comments": null
}
] | https://community.atlassian.com/t5/Atlassian-Platform-questions/Org-Admin-Account-Deleted/qaq-p/2800368 | [
"organization"
] |
{
"author": "Aaron Newell",
"title": "Delegate access to Atlassian notifications?",
"body": "Is it possible to delegate access to your notifications only? For example, let's say one employee wants to delegate access to a colleague so they can manage their Atlassian notifications for them but they do not want to give complete access to their Atlassian account to the colleague. Is there any way to do this without giving complete access?\n"
} | [
{
"author": "Mikael Sandberg",
"body": "Hi [@Aaron Newell](/t5/user/viewprofilepage/user-id/5578972),\n\nWelcome to Atlassian Community!\n\nThe short answer is no, this is not something that can be done without giving the user full access to the other user's account.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Atlassian-Platform-questions/Delegate-access-to-Atlassian-notifications/qaq-p/2797296 | null |
{
"author": "Ali Ibrahim",
"title": "How to activate my account?",
"body": "This is a new account I hope It will not be deactivated\n\nI receive this message whenever I try to log in to my Atlassian account.\n\n\n\nEven if I tried to create a new account it got deactivated after a few hours and I received this email:\n\n\\`\\`\n\nSuzie Q commented: Dear Atlassian user, U.S. law prohibits Atlassian, an Australian corporation with offices in the United States, from providing you with access to our products and services. After analyzing the applicable lists of restricted parties maintained by the U.S. Government, we were unable to confirm that your name was not affiliated with a restricted party. If this is a case of misidentification, please reply with two different copies of official documentation to verify your identity. Official documentation includes, but is not limited to, a government-issued driver's license or identification card, passport, utility bill, mortgage or bank statement, etc. Please make sure your full name and address are clearly visible. You may check out these resources for more information: U.S. export controls (<https://www.trade.gov/us-export-controls>) \\| Consolidated Screening List (<https://www.trade.gov/consolidated-screening-list>) Please reply directly via email with any further questions and the identification requested. We look forward to your reply. Regards, Atlassian Currently the status is: 'Atlassian Received' \\`\n\nI tried to reply with my passport and ID, but nothing changed. Even my old account with the same name 'Ali Ibrahim' got deactivated.\n"
} | [
{
"author": "Dommalapati Chandrababu Naidu",
"body": "Hi [@Ali Ibrahim](/t5/user/viewprofilepage/user-id/5575987) ,\n\nWelcome to Atlassian Community!\n\nI suggest you to raise a support request directly with Atlassian.\n\n<https://support.atlassian.com/contact/#/>\n\nThanks,\n\nChandrababu\n",
"comments": null
}
] | https://community.atlassian.com/t5/Atlassian-Platform-questions/How-to-activate-my-account/qaq-p/2793954 | [
"atlassian-platform"
] |
{
"author": "Crede Harrison",
"title": "Copy Due Date from Epic to JSM Ticket",
"body": "I have read previous posts regarding due dates from epics to child tickets but nothing so far has worked for my particular use case.\n\nI have a new service request called Request for Change where users go to the portal to request modifications to services or new services that are smaller than a project but not standard requests. This is a new request type in JSM called RFC.\n\nAfter forms are filled out for users, managers and IT reviewers an Epic is created in another project for whatever assigned team is set. I have automations that have updates to status's and priorities to update the JSM RFC ticket and in reverse the Epic when the RFC ticket is updated.\n\nThe requirement is that when the project updates the epic with a due date, it should update the RFC ticket in JSM which the reporter and requested participants can then be notified of from the portal.\n\nI cannot for the life of me get the Due Date to update either way though.\n\nI have tried the following:\n\nTrigger: When value changes for Due Date\n\nBranch for Linked Issues (I've created a new link for this process: Link to Epic and Link to RFC), Then Edit issues field Due Date - Copy from current issue\n\nNo joy\n\nAre there any other options I could try? I do not want to use any plugins.\n"
} | [
{
"author": "Jerrold - Empyra",
"body": "Hi [@Crede Harrison](/t5/user/viewprofilepage/user-id/5563545)\n\ncan you change the automation Action \\> edit issues field due date to \"copy from trigger issue\" instead of copy from current issue.\n\n\n\ncan you please try this and see whether if its working. If not can you please share the automation screen shot and also the rule details to check whether the scope of the automation is set to both the projects or global . and also please share the audit log of the automation.\n\nThank you.\n",
"comments": [
{
"author": "Crede Harrison",
"body": "[@Jerrold - Empyra](/t5/user/viewprofilepage/user-id/5352480)\n\nThank you so much for your answer, I didn't even know that could be updated to trigger issue! I learned my minimum 1 thing for the day.\n\nThanks!\n"
}
]
}
] | https://community.atlassian.com/t5/Atlassian-Platform-questions/Copy-Due-Date-from-Epic-to-JSM-Ticket/qaq-p/2796472 | null |
{
"author": "Bernard Van Heuverswyn",
"title": "Setting up a single MFA for Jira and Confluence",
"body": "Hi all,\n\nMaybe this is not the right Topic. But since this is a question about 2 products at the same time, this is the only Topic that seemed to fit. \n\n**Single, simple MFA for Atlassian Cloud Products**\n\n**We have 100 user licenses for Confluence Standard and 100 for Jira Premium.**\n\nI would like to set up an MFA (Multi Factor Authentication), for example via the \"Google Authenticator\" app. But my search in Atlassian help does not give anything concrete. \nEither they are very evasive, or too complex to understand, or for licenses that do not match. \nAlso, it is either for Jira or for Confluence. \n\nWe already impose MFA for Salesforce to our users. \nWe can still imagine an MFA to access **all Atlassian products** , but not one manipulation each time Jira is used plus another each time Confluence is used... because that would make 3 manipulations in the morning before being able to work. \n\nWith the different licenses mentioned above, what would be the simplest (and most comprehensive) solution to implement? \nThanks\n"
} | [
{
"author": "Marc - Devoteam",
"body": "Hi [@Bernard Van Heuverswyn](/t5/user/viewprofilepage/user-id/5186204)\n\nIf you are a non profit org, you might request non profit licenses. If you are eligable you could get a 75% discount on licenses.\n\nSee, [nonprofits](https://www.atlassian.com/teams/nonprofits)\n",
"comments": null
},
{
"author": "Zhiyong Lin",
"body": "Hi\n\nYou can refer to this article?<https://support.atlassian.com/security-and-access-policies/docs/enforce-two-step-verification/?>. If it's an Atlassian account, you'll need at least Guard Standard to enable MFA.\n",
"comments": [
{
"author": "Bernard Van Heuverswyn",
"body": "Thanks for this answer, \nI had already read this article. But once again, I have difficulty knowing if we have this or if we have to purchase it. \nIn the \"Pricing\" screen, under the \"Standard\" option it says \"Free with existing Cloud Enterprise Plans\". But I can't find this information anywhere in the Atlassian administration of my account. \nOur Jira and Confluence licenses are \"Cloud\". \nThe Confluence one is \"Standard\" Plan, the Jira one is \"Premium\" Plan. \nI don't see the word \"Entreprise\" in the Plan Column. \n\nSo I'm already stuck at this question: Is this (Guard) already included in our 2 licenses or not? \nIf the answer is NO, how do we calculate the price? Per Product (Jira + Confluence) ? \nAn NGO cannot afford to pay 10,000 euros / year to impose an MFA.... \n"
},
{
"author": "Zhiyong Lin",
"body": "The Enterprise plan includes a Guard license, while other plans require a separate subscription.\n"
},
{
"author": "Bernard Van Heuverswyn",
"body": "Thanks Lin, \nIn this case, it is unaffordable for an NGO.\n\nI will have to find another alternative, external to Atlassian\n\nThanks\n"
}
]
}
] | https://community.atlassian.com/t5/Atlassian-Platform-questions/Setting-up-a-single-MFA-for-Jira-and-Confluence/qaq-p/2790260 | [
"atlassian-platform",
"confluence-cloud",
"jira-cloud",
"mfa"
] |
{
"author": "Geraldine Mejorado",
"title": "I got a job offer to be payroll for atlassian from Mike. Itself his firstname last names @gmail.com.",
"body": "I got an email from Mike Cannon-Brookes [@Gmail](/t5/user/viewprofilepage/user-id/4810463).com and I'm not sure if this is legit or a scam I sent in all my information he said pay is based on bitcoin and we only use cashapp or any of the tranfer money accounts. Can someone verify this is true and not a scam?\n"
} | [
{
"author": "Andy Heinzer",
"body": "Hi [@Geraldine Mejorado](/t5/user/viewprofilepage/user-id/5570471)\n\nThis is certainly a scam.\n\nCould you please report those email addresses to Google? There is a link on <https://support.google.com/mail/contact/abuse?hl=en>\n\nReporting that account to the service provider could at least get gmail to deactivate their account.\n\nAtlassian email will not use [gmail.com](http://gmail.com) addresses for any official communications. We have seen numerous reports from users that have been seemingly offered employment to post to Community, or to perform some kind of typing/data entry tasks, but Atlassian does not offer any such positions.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Atlassian-Platform-questions/I-got-a-job-offer-to-be-payroll-for-atlassian-from-Mike-Itself/qaq-p/2787371 | [
"atlassian-platform"
] |
{
"author": "Xian Drew",
"title": "LEGIT OR NOT",
"body": "CAN YOU TELL ME IF ITS A LEGIT OR NOT ?\n\nhttps://t.me/Atlassian_HR\n"
} | [
{
"author": "Andy Heinzer",
"body": "[@Xian Drew](/t5/user/viewprofilepage/user-id/5567575)\n\nCould you please report that account to telegram for impersonation? You should be able to report that account by following <https://t.me/notoscam> can be used to report such accounts. Atlassian does not use telegram at all.\n",
"comments": null
},
{
"author": "Shannon S",
"body": "Hello Xian,\n\nGood afternoon, and thanks for raising this on Atlassian Community.\n\nI prefer not to click on that link, since I don't recognize it, but it appears to be a Telegram link. We don't use Telegram.\n\nCan you give us some context on that link? Where did you find it?\n\nThank you,\n\n**Shannon S \\| Atlassian Community Support**\n",
"comments": null
},
{
"author": "Brant Schroeder",
"body": "[@Xian Drew](/t5/user/viewprofilepage/user-id/5567575) welcome to the Atlassian community\n\nI will escalate to Atlassian so they can review.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Atlassian-Platform-questions/LEGIT-OR-NOT/qaq-p/2783681 | [
"atlassian-platform"
] |
{
"author": "kerellos zakhary",
"title": "duo mobile",
"body": "i need help for recover my account\n"
} | [
{
"author": "Dommalapati Chandrababu Naidu",
"body": "Hi [@kerellos zakhary](/t5/user/viewprofilepage/user-id/5563484) ,\n\nWelcome to Atlassian Community!\n\nCan you please elaborate the issue you are facing? are you able to login to your account earlier? did you check with the jira administrator regarding the issue?\n",
"comments": [
{
"author": "kerellos zakhary",
"body": "*** ** * ** ***\n\nI don't know what to do. I just want to recover the Instagram accounts because this has been a long time coming And you can help!\n"
}
]
}
] | https://community.atlassian.com/t5/Atlassian-Platform-questions/duo-mobile/qaq-p/2778932 | [
"atlassian-platform",
"cloud",
"statuspage"
] |
{
"author": "Florian Perarnaud",
"title": "I want to leave a workspace",
"body": "Hello team, today I have two workspace with my account. I'm trying to leave one, but impossible to find how to do it.\n\nCould you please help?\n\nThank you\n"
} | [
{
"author": "Seon Shakespeare",
"body": "Hi [@Florian Perarnaud](/t5/user/viewprofilepage/user-id/5556238)\n\nWelcome to the community!\n\nWhich Atlassian product you're trying to leave a workspace in? The exact steps may vary depending on the specific product (Jira, Confluence, Trello, Bitbucket etc)\n",
"comments": [
{
"author": "Florian Perarnaud",
"body": "Hello Seon,\n\nThank you for your message,\n\nI want to leave naviresto admin\n\n\n"
},
{
"author": "Dommalapati Chandrababu Naidu",
"body": "Hi [@Florian Perarnaud](/t5/user/viewprofilepage/user-id/5556238) ,\n\nYou can find an option to delete organization in Atlassian administration.\n\nGo to Atlassian administration \\> Settings \\> you will find delete organization option at the bottom of the page.\n\nThanks,\n\nChandrababu\n"
}
]
}
] | https://community.atlassian.com/t5/Atlassian-Platform-questions/I-want-to-leave-a-workspace/qaq-p/2770073 | [
"atlassian-platform"
] |
{
"author": "Ankit A",
"title": "Is this legit domain atlassianllc.com",
"body": "Hi There,\n\nI got a job offer from someone @atlassianllc.com. Wanted to check if this is legit?\n"
} | [
{
"author": "Andy Heinzer",
"body": "Hi,\n\nThanks for reporting this to us. That domain is not owned or used by Atlassian. I have reported this to our security team for review.\n\nAtlassian will only use atlassian.com for official email communications. I would recommend not engaging with anyone using that domain.\n\nThanks\n\nAndy\n",
"comments": null
}
] | https://community.atlassian.com/t5/Atlassian-Platform-questions/Is-this-legit-domain-atlassianllc-com/qaq-p/2777013 | [
"atlassian-platform",
"domain",
"job"
] |
{
"author": "KANBOU",
"title": "historical billing",
"body": "hello\n\nhow can I show historical billing?\n"
} | [
{
"author": "Dommalapati Chandrababu Naidu",
"body": "Hi [@KANBOU](/t5/user/viewprofilepage/user-id/5326707) ,\n\nWelcome to Atlassian Community!\n\nAre you referring to Atlassian billing, if yes, it will be present in Atlassian administration settings and you need have a billing admin credentials to access it.\n\nThanks,\n\nChandrababu\n",
"comments": [
{
"author": "KANBOU",
"body": "Thank you for answer.\n\nMy role is 'Org Admin' . The Billing interface only displays the billing preview for the next month for each module\n"
},
{
"author": "Dommalapati Chandrababu Naidu",
"body": "Hi [@KANBOU](/t5/user/viewprofilepage/user-id/5326707) ,\n\nEven though your are ' Org Admin' , you need billing admin permission. only users who has billing permission can view all billing history.\n\nReach out to user who has billing permission and request them to add you to billing permission.\n\nIt resides here: <https://admin.atlassian.com/billing/>\n\nThanks,\n\nChandrababu\n"
},
{
"author": "KANBOU",
"body": "thank you for help.\n\nthat's exacltely what I must have. I will demand it to Billing Admin.\n\nthank you\n"
}
]
}
] | https://community.atlassian.com/t5/Atlassian-Platform-questions/historical-billing/qaq-p/2765403 | [
"atlassian-platform"
] |
{
"author": "Richard Heijder",
"title": "How to automate update and close jira tickets with Azure DevOps",
"body": "Hi,\n\nHow can we use the API from the atlassian suite (jira) to automate Azure Pipelines when doing a pull request.\n\nWe can use JiraPS in Azure DevOps Pipelines but it keeps failing.\n\nScript example:\n\n- task: PowerShell@2 \ndisplayName: 'jira powershell' \ninputs: \ntargetType: 'inline' \nscript: \\| \n# Write your PowerShell commands here. \nInstall-Module -Name JiraPS -Scope CurrentUser -Force -Verbose \nImport-Module -Name JiraPS -Force -Verbose \nSet-JiraConfigServer '<https://anwb.atlassian.net>' \nNew-JiraSession -Credential \"[email protected]\" \n# Connect-JiraServer -ServerUrl \"<https://anwb.atlassian.net>\" -Username \"[email protected]\" -Token $(token) \n# Get-Help about_JiraPS \n# Import-Module -Name JiraPS -Verbose \n# set-jiraissue -Issue \"cpe-612\" -AddComment \"blahviadevops\" \nAnyone suggestions? \nRegards, \nRichard\n"
} | [
{
"author": "John Price",
"body": "I don't have access to ADO to test at the moment, but here's one way that avoids fooling with scripting \\& 3rd party libraries: \n\n1) On the Jira side, set up a Jira Automation rule at the project or global level. Use \n\nWhen: Incoming Webhook \nThen: Add Comment To Issue \n\nwith smart values something like:\n\n```\nPull request [{{webhookData.pullRequest.title}}]({{webhookData.pullRequest.url}}) has \nbeen created in Azure DevOps.\n```\n\nand copy the generated webhook URL to the clipboard. \n\n2) On the ADO side, set up a Service Hook with event \"pull request created\" and paste the URL you copied from the Jira side. \n\nYou just need to decide where the issue key will be in ADO (branch name, PR title, whatever) and configured the Jira side \"When\" to collect the issue key(s) as needed from the payload:\n\n\n",
"comments": [
{
"author": "John Price",
"body": "Also: you can obviously close issues or take other actions too. And you may want to add the free [https://marketplace.atlassian.com/apps/1232793/azure-devops-for-jira-official?hosting=cloud\\&tab=overview](https://marketplace.atlassian.com/apps/1232793/azure-devops-for-jira-official?hosting=cloud&tab=overview) app to make your integration tighter.\n"
}
]
}
] | https://community.atlassian.com/t5/Atlassian-Platform-questions/How-to-automate-update-and-close-jira-tickets-with-Azure-DevOps/qaq-p/2762797 | null |
{
"author": "Liz Eversoll",
"title": "How do I change an organization icon and key?",
"body": "I also changed the organization name and it is changed in the admin panel, but on the panel display, it still says the old name.\n\n\n"
} | [
{
"author": "Dommalapati Chandrababu Naidu",
"body": "Hi [@Liz Eversoll](/t5/user/viewprofilepage/user-id/4453473) ,\n\nWelcome to Atlassian Community!\n\nOrganization name can be changed in Atlassian administration. Make sure you have saved newly provided organization name and refresh browser.\n\nOrganization icon will be taken from the first two letters of organization name.\n\nHope this helps!\n\nThanks,\n\nChandrababu\n",
"comments": null
}
] | https://community.atlassian.com/t5/Atlassian-Platform-questions/How-do-I-change-an-organization-icon-and-key/qaq-p/2748504 | null |
{
"author": "Ben Larson",
"title": "Is there an updated PCI compliance for Atlassian?",
"body": "Looking for an update for 2024. Does this exist. I saw another post with a link that 404 errored out.\n"
} | [
{
"author": "Nicolas Grossi",
"body": "[@Ben Larson](/t5/user/viewprofilepage/user-id/5334622) If you have an active license, you might contact support.atlassian.com\n\nNicolas\n",
"comments": [
{
"author": "Ben Larson",
"body": "That address does not seem to be able to be mailed to.\n"
}
]
},
{
"author": "Nicolas Grossi",
"body": "[@Ben Larson](/t5/user/viewprofilepage/user-id/5334622) Awesome!\n",
"comments": null
},
{
"author": "Nicolas Grossi",
"body": "[@Ben Larson](/t5/user/viewprofilepage/user-id/5334622) It is atlassian's support site not an email, a contact form\n\nNicolas\n",
"comments": [
{
"author": "Ben Larson",
"body": "Ah. Yes I submitted through there already. Will probably wait for a reply there.\n"
}
]
}
] | https://community.atlassian.com/t5/Atlassian-Platform-questions/Is-there-an-updated-PCI-compliance-for-Atlassian/qaq-p/2750911 | null |
{
"author": "iNet Technologies",
"title": "What Atlassian Product(s) should I choose?",
"body": "I have a Marketing Agency. We do everything from web design, branding, \\& graphic design, to SEO, copy creation, Google ads, \\& other marketing management.\n\nI need a way to set up **task automation** from onboarding to design to marketing, and everything in between. I need event triggers such as the completion of one task, triggers the next one (or group) of tasks\n\nI also need to **track employee hours** and how much time is spent on each customer/project/individual task (card).\n\nI want to be able to **view/organize/sort** everything by '**customer** ', -or- by '**service** ', -or- by '**employee** ', -or- by '**date range**'.\n\nWe have been using **Trello**. We set up the work for each customer on it's own board. We used the labels to mark each card for the service, such as web design, SEO, Ads, etc. Our Column's include: To Do, Working On, Waiting For, Issues, \\& Completed. We also used a Time Tracking add-on.\n\nMy biggest issues, so far, are:\n\n* We must set all the labels up from scratch whenever we add a new customer.\n* I can't view/organize/sort everything by '**customer** ', -or- by '**service** ', -or- by '**employee** ', -or- by '**date range'**. (Like I would in a database).\n\nNow I see this other option called **Jira**, and I'm more confused. Based on my company info and needs, are there suggestions of what I should be using to fix this mess I have created and meet my needs in some sort of logical and understandable way?\n"
} | [
{
"author": "Nicolas Grossi",
"body": "[@iNet Technologies](/t5/user/viewprofilepage/user-id/5534534) Welcome! If i were you i would go for JIRA is more for complex projects or organizations than Trello (That it is for smaller complexity and groups)\n\nHTH\n\nNicolas\n",
"comments": [
{
"author": "iNet Technologies",
"body": "Thank you!\n"
}
]
}
] | https://community.atlassian.com/t5/Atlassian-Platform-questions/What-Atlassian-Product-s-should-I-choose/qaq-p/2742629 | [
"atlassian-platform",
"automation",
"jira",
"trello"
] |
{
"author": "Max Jakisch",
"title": "Claiming Accounts is not possible (error)",
"body": "We have Atlassian Cloud Setup.\n\nI?m trying to claim users for my already verified domain, but i always get an error when claiming users. The files i tried it with are below 1mb.\n\nIf the import-csv file consists of a single row of email-adresses, the error message is \"something went wrong. Try again later\".\n\nIf the the top of the column is something else than an email-adress, the error message is\n\n\"We're unable to upload this file \nThe file should only contain one column of email addresses.\" \nI also tried claiming just one user, but not even this goes through\n"
} | [
{
"author": "Max Jakisch",
"body": "Check this with support...our domain wasn?t fully verified (as in it was not SUC enabled, which can happen if you verify-\\>unverify-\\>verify a domain in a short time period.)\n\nIf you check the error message in the moment of clicking \"claim accounts\" with some developer tools it will say, that the domain isn?t SUC enabled.\n\nSupport fixed this within 2 days or so.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Atlassian-Platform-questions/Claiming-Accounts-is-not-possible-error/qaq-p/2736965 | [
"atlassian-platform",
"claim",
"csv-upload"
] |
{
"author": "Nicolas Grossi",
"title": "Community - Quarterly view - bug ?",
"body": "Does anyone knows why my user appears twice in this view ?\n\nNicolas\n\n\n"
} | [
{
"author": "Kristian Klima",
"body": "As far as I remember, there was always a specially formatted line at the bottom (in my case) of the Quarterly board showing the points in addition to one's name in the chart. It does appear briefly when opening the dashboard but then disappears quickly upon scrolling. \n\nI think the ideas is to show the leaders AND your score.\n\nChrome:\n\n\n",
"comments": [
{
"author": "Nicolas Grossi",
"body": "[@Kristian Klima](/t5/user/viewprofilepage/user-id/5074962) [@Peter Van de Voorde](/t5/user/viewprofilepage/user-id/781487) It is ok when \"the user\" has not reach the amount of points to be identified as leader, but when \"the user\" has reached the minimal points why it is displayed twice : your points and also your points \"in the queue\". ?\n\nNicolas\n"
},
{
"author": "Kristian Klima",
"body": "[@Nicolas Grossi](/t5/user/viewprofilepage/user-id/676185)\n\nI think everybody is in the chart 'twice', you just happen to see both entries in a single window.\n\n\n"
}
]
},
{
"author": "Peter Van de Voorde",
"body": "Hey [@Nicolas Grossi](/t5/user/viewprofilepage/user-id/676185) , \n\nI have the same issue, I believe it's a bug in the kudos listing and that this \\<div\\> should actually be at the top of the listing, like this: \n\n \n\nI went into the Firefox developer tools to move the 2 \\<div\\> sections and now it looks nicer. \n\n[@Monique vdB](/t5/user/viewprofilepage/user-id/786286) is this something for your team to tackle? \n\nCheers, \nPete\n",
"comments": null
}
] | https://community.atlassian.com/t5/Atlassian-Platform-questions/Community-Quarterly-view-bug/qaq-p/2731143 | [
"atlassian-platform"
] |
{
"author": "chinyere Faith",
"title": "Provide an overview of the different types of datasets used in data analysis (structured, unstructur",
"body": "Provide an overview of the different types of datasets used in data analysis (structured, unstructur\n"
} | [
{
"author": "Abraham Musalem",
"body": "Hey [@chinyere Faith](/t5/user/viewprofilepage/user-id/5598613) , \n\nThanks for reaching out to Community. Would you be able to give me more information as to what you are looking to get and how this information would help you? \n\nRegards, \nAbraham\n",
"comments": null
}
] | https://community.atlassian.com/t5/Atlassian-Analytics-questions/Provide-an-overview-of-the-different-types-of-datasets-used-in/qaq-p/2818519 | null |
{
"author": "Craig Morehouse",
"title": "Is there a way to track who has completed the training",
"body": "We are hoping we can get a report of who has successfully completed the training as we are making it required. \nWe just need a list of IDs that have completed each course, and we can use [@Ford](/t5/user/viewprofilepage/user-id/1209922).com as a filter.\n"
} | [
{
"author": "Kristian Klima",
"body": "Hi [@Craig Morehouse](/t5/user/viewprofilepage/user-id/5593628) and welcome to the community.\n\nWhere is your training material hosted? What is the form/format of the course?\n\nYou can use Jira ticketing, basically assigning a training task to a person within a specific training project and you'll see the progress and completion. Of course, the training material can be anywhere (Confluence or else).\n\nThis doesn't verify the person actually read the content...\n\nYou can look at a learning apps on the Confluence marketplace like [Smart Course for Confluence](https://marketplace.atlassian.com/apps/1216979/smart-courses-for-confluence-lms?tab=overview&hosting=cloud)or [IZI](https://marketplace.atlassian.com/apps/1214110/izi-for-confluence-lms-training-courses-quizzes?tab=overview&hosting=cloud) - these are genuine learning apps (LMS) and you can monitor and track all sorts of things. TIme spent, completion, devise courses, tests etc. They come with their own reporting tooling.\n",
"comments": [
{
"author": "Craig Morehouse",
"body": "Kristian, Thank you for the response. \nI wasn't clear. I am referring to the training courses here on the Atlassian site. Is there a way to report who has taken what training, filtering on [@Ford](/t5/user/viewprofilepage/user-id/1209922).com?\n\nThank you in advance.\n"
}
]
}
] | https://community.atlassian.com/t5/Atlassian-Analytics-questions/Is-there-a-way-to-track-who-has-completed-the-training/qaq-p/2813249 | null |
{
"author": "Mohammad F Hameed",
"title": "Find QA Assigned for an issue",
"body": "Hi Everyone, I am new to Atlassian Analytics. Trying to start with small reports but having issue right off the bat. I am trying to extract the following for a given project/team:\n\nIssue Key\n\nIssue Type\n\nAssignee\n\nQA Assignee\n\nI am able to get everything except QA Assignee. Can I get some guidance?\n"
} | [
{
"author": "Jessie Turpin",
"body": "Hi [@Mohammad F Hameed](/t5/user/viewprofilepage/user-id/5591284)! If your QA Assignee field is a custom field, you can follow the instructions in this [article](https://confluence.atlassian.com/analyticskb/query-jira-custom-fields-1188411074.html) to query the field's data. Try it out and let me know if that helps you find your QA Assignee data!\n",
"comments": null
}
] | https://community.atlassian.com/t5/Atlassian-Analytics-questions/Find-QA-Assigned-for-an-issue/qaq-p/2811088 | null |
{
"author": "Nick Latocha",
"title": "Simple Datediff in Analytics Not Working",
"body": "I'm trying to run the following query and getting an error. I'm new to Analytics but experienced in SQL\n\nSELECT TOP 1000 \\[Risk\\].\\[Date Created\\],\n\nDATEDIFF(\\[Risk\\].\\[Date Created\\], {TODAY}, \"Day\")\n\nFROM \\[current_dw\\].\\[Risk\\] AS \\[Risk\\]\n\nYour data source returned: 'Risk.Date Created' is not a recognized datediff option.\n"
} | [
{
"author": "Tracy Chow",
"body": "Hi Nick,\n\nIt looks like you're querying a Jira Align Enterprise Insights data source, is that correct? It's a SQL Server database in the backend, so you will need to use SQL Server functions and syntax.\n\nThe datediff function in your query can be edited to the following: **DATEDIFF(day, \\[Risk\\].\\[Date Created\\], {TODAY})**\n\nLet me know if that works for you.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Atlassian-Analytics-questions/Simple-Datediff-in-Analytics-Not-Working/qaq-p/2808083 | null |
{
"author": "Mary Heather Cox",
"title": "How to join sprint, jira sprint, and anchor sprint in AA or SQL",
"body": "Background: We sync our Jira Cloud instance with Jira Align. Sprint sync is the bane of my existence!\n\nScenario: Multiple Jira Sprints are Mapped to single Jira Align Team Sprint.\n\nI am trying to identify **why** we get that error, when it **appears** everything is in order.\n\nSo, I'm trying to join 3 tables: Jira Sprint, Sprint, and Anchor Sprint but I feel like I'm missing a FK or any ability to join Jira Sprint to Anchor Sprint or Sprint.\n\nI am trying to get the start/end dates of the sprints in the 3 different tables to compare them. Even then, if I join Anchor Sprint and Sprint on FK_Sprint_ID and Anchor_Sprint_ID I've already ruled out the ones that don't join and those are the ones.\n"
} | [
{
"author": "Tejaswi G",
"body": "Hi [@Mary Heather Cox](/t5/user/viewprofilepage/user-id/4529223)\n\nThis is Tejaswi from the Support Team and happy to help.\n\nCan you please log a ticket with us to check your instance and assist you further with this request?\n\nYou can log a ticket by going to <https://support.atlassian.com/contact>.\n\nRegards, \nTejaswi\n",
"comments": null
}
] | https://community.atlassian.com/t5/Atlassian-Analytics-questions/How-to-join-sprint-jira-sprint-and-anchor-sprint-in-AA-or-SQL/qaq-p/2798765 | [
"connector",
"database",
"jira-align",
"join",
"reporting"
] |
{
"author": "Michael Hardy",
"title": "Is it possible to change the colour of the headings in a Table in Analytics",
"body": "In Atlassian Analytics, I would like to be able to change the colour of the background of the headings of a table.\n\nI know you can go into Formatting and performing a conditional format of the data and the background of the cells but i don't see anyway of changing the heading colours.\n\nIs it possible?\n\nThanks\n"
} | [
{
"author": "Michael Hardy",
"body": "This was answered, And a ticket was raised as an enhancement. \n \n\nThe enhancement has been closed with no explanation. Can you advise?\n",
"comments": [
{
"author": "Tracy Chow",
"body": "Hi Michael,\n\nApologies for the confusion. That feature request was mistakenly opened under the OPSGENIE project in Jira. Since this request is not related to the Opsgenie product, the ticket was deleted.\n\nI've opened a new feature request ticket to add this feature for Atlassian Analytics charts: <https://jira.atlassian.com/browse/ANALYTICS-318>\n\nKind regards, \nTracy\n"
}
]
}
] | https://community.atlassian.com/t5/Atlassian-Analytics-questions/Is-it-possible-to-change-the-colour-of-the-headings-in-a-Table/qaq-p/2798122 | [
"table"
] |
{
"author": "Jake Litchfield",
"title": "Find 'column ratio' per value in another column (date bucket)",
"body": "In Atlassian Analytics I'm trying to create a stacked bar graph which shows a set of values as a proportion of the total for the bar.\n\nI've actually managed to create this view by adjusting some of the chart settings, but when you hover over the chart, the values shown remain the raw sum, as opposed to the proportion which would be preferable.\n\n\n\nI assume in order to achieve this I need to get the result table to a state where the values represent the 'column ratio' per my date buckets, but I haven't been able to figure out how to calculate that with the formulas/tools provided.\n\nAny suggestions would be much appreciated!\n"
} | [
{
"author": "Inder Singh",
"body": "[@Jake Litchfield](/t5/user/viewprofilepage/user-id/5584604) : Assuming your query output columns are named as shown below:\n\n\n\nYou can use window function to calculate the proportion. You can apply this formula:\n>\n> ```\n> \"Count of issues\"*1.0/(sum(\"Count of issues\") over (partition by \"Quarter of Created at\"))\n> ```\n\nLet us know if this works\n\nCheers,\n\nInder\n",
"comments": [
{
"author": "Jake Litchfield",
"body": "Thank you [@Inder Singh](/t5/user/viewprofilepage/user-id/4829066), that's worked perfectly!\n"
}
]
},
{
"author": "Jessie Turpin",
"body": "In addition to Inder's solution, we have a [feature request](https://jira.atlassian.com/browse/ANALYTICS-86) open for the ability to have the values displayed in the tooltip be formatted as a percentage as well. I'd highly recommend that you watch and vote for the feature request!\n",
"comments": [
{
"author": "Jake Litchfield",
"body": "Thanks for the heads up [@Jessie Turpin](/t5/user/viewprofilepage/user-id/4493061), I have just voted for that very useful feature request!\n"
}
]
}
] | https://community.atlassian.com/t5/Atlassian-Analytics-questions/Find-column-ratio-per-value-in-another-column-date-bucket/qaq-p/2803654 | null |
{
"author": "Ahmed Yusuf",
"title": "Can you use multiple custom field controls on one chart?",
"body": "I manage most of the data in our business's main service desk. Due to the nature of our business, energy, there are a lot of different bits of information required to ascertain whether an issue is technical or expected behaviour. Much of which cannot be picked up in default fields. \n\nThis means our business use a lot of custom fields. My question is, is it possible to use more than 1 control filter, that filter by the jira_issue_field.value, on one chart? \n\nI've attempted on 1 hart. I've attempted multiple query's with different joins, but the data doesn't populate. \n\nI have been able to add multiple controls on the visualiser (which doesn't join jira_issue_field twice) and then amend the sql script. However this causes issues with showing the unfiltered chart data where no value is present in the control, as again, it shows no data. \n\nAny help would be great \\& if this is not possible. It would be great to know as this would be a great feature request. \n\nThanks\n"
} | [
{
"author": "Don DMack",
"body": "That's a good question. I've experienced similar challenges like you. So I'll watch the response(s) to this question since I don't have an answer.\n",
"comments": [
{
"author": "CESAR DALDOSSO",
"body": "hi all, you can proceed using custom fields on that. The best approach is to create a new custom table, and include the desired custom tables on it.\n\nDont include new columns, this does not work. Is better to create a complete new custom table\n\n<https://confluence.atlassian.com/analyticskb/query-jira-custom-fields-with-custom-columns-or-custom-tables-1299910024.html>\n"
}
]
}
] | https://community.atlassian.com/t5/Atlassian-Analytics-questions/Can-you-use-multiple-custom-field-controls-on-one-chart/qaq-p/2797871 | null |
{
"author": "CESAR DALDOSSO",
"title": "check assignee in the past",
"body": "Hello, I have a board with the following collumns \nTO DO \\| IN PROGRESS \\| TO TEST \\| IN TEST \\| COMPLETED\n\nOver this process, a worker gets assigned to the issue when it goes in progress, however after going to test and remaining transitions, it is always unassigned.\n\nIs it possible to query the number of tickets that this worker pulled from TO DO to IN PROGRESS , I mean, in the past ?\n"
} | [
{
"author": "Tracy Chow",
"body": "Hi Cesar,\n\nYes, that is possible to query in Atlassian Analytics.\n\nThe [Jira \"Issue status history\" table](https://support.atlassian.com/analytics/docs/schema-for-jira-family-of-products/#Issue-status-history) contains the status history of a Jira issue and you can also use the \"Author account ID\" column to identify which user changed the status of the issue.\n\nYou can query the [Jira \"Issue history\" table](https://support.atlassian.com/analytics/docs/schema-for-jira-family-of-products/#Issue-history) where \"Field name\" = 'Assignee' to get the assignee history of a Jira issue.\n\nTracy\n",
"comments": null
}
] | https://community.atlassian.com/t5/Atlassian-Analytics-questions/check-assignee-in-the-past/qaq-p/2796100 | null |
{
"author": "CESAR DALDOSSO",
"title": "return today value even when the query returns null",
"body": "Hello, I was calculating a trhoughput ratio, that basically i want to calculate on a weekly basis the total of tickets delivered by the number of developers of a squad. So if the number of tickets delivered on a week is 5 and the number of developers is 5, then the ratio is 1.\n\nHowever, I cannot include weeks where no issues were delivered.\n\nEG\n\nweek 1 - 5 tickets -\\> ratio 1 (5/5)\n\nweek 2 - 0 tickets -\\> ratio 0.5 (5/10)\n\nweek 3 - 10 tickets -\\> ratio 1 (15/15)\n\ninstead of doing like this, the ratio calculates as the following\n\nweek 1 - 5 tickets -\\> ratio 1 (5/5)\n\nweek 3 - 10 tickets -\\> ratio 1,5 (15/10)\n\nthis happens because when Analytics does not fill with zero empty weeks.\n\nTo fix this, I tried the following -\\>\n\n1. Get today date (eg, if today is January 20th, the day is 20)\n\n2. Do calculations to check the number of business days incurred\n\n3. retrieve on a query the total number of tickets delivered since jan 1st\n\n4.calculate the ratio based on number of tickets delivered divided by number of devs, then get this result and divide by number of weekdays.\n\nto get today date, I am currently using a query that pulls any ticket from any project that was created today. However, there are days where no issues were created.\n\nSo I have two questions\n\n1. is it possible to create the \"today date\" on a query ?\n\n2. is it possible to replace all nulls values from the previous query and really include a zero , so I would have a result like the following? Os any other idea ?\n\nweek 1 \\| \nweek 2 \\|0\n\nweek 3 \\| 10\n"
} | [
{
"author": "Tracy Chow",
"body": "Hi Cesar,\n\n1) To get today's date, you can use the {TODAY} [relative date variable](https://support.atlassian.com/analytics/docs/relative-date-variables/).\n\n2) The \"Zero fill\" step should accomplish this. Take a look at the example here: <https://support.atlassian.com/analytics/docs/visual-sql-steps/#Zero-fill>\n\nLet me know if these work for you!\n",
"comments": null
}
] | https://community.atlassian.com/t5/Atlassian-Analytics-questions/return-today-value-even-when-the-query-returns-null/qaq-p/2796097 | [
"atlassian-analytics",
"cloud"
] |
{
"author": "andrew_pass",
"title": "How do I display by one custom field and filter by another in Atlassian Analytics",
"body": "Hi,\n\nMy scenario is -\n\nI've got a custom field, Change Strategy, I have another multi-select custom field for Business Area.\n\nI have a chart in Analytics at the moment which gives me a bar chart of -\n\nOpen Epics by Change Strategy with a break down by status category.\n\nI need to be able to filter this by Business Area where the user selects the appropriate area, epics can be tagged however to multiple areas.\n\nCurrently I've gotten as far as being able to filter and see **just**the issues that contain only the single value but where a ticket is tagged to multiple these aren't coming back.\n\nAnyone got any ideas please? Would be greatly appreciated!\n\nThanks!\n"
} | [
{
"author": "Waseem Abbas",
"body": "Hi! To filter by Business Area with multi-select values, you'll need to adjust your chart settings. Ensure your filter logic supports \"contains any\" rather than \"equals\" for multi-select fields. This way, epics tagged with multiple areas should be included if they match any of the selected values. If you're using JQL, something like `cf[Business Area] in (value1, value2)` can be useful. Check your chart's filtering options or consider creating a custom filter to handle multi-select fields effectively.[Hope this helps!](https://waseemsays.com/)\n",
"comments": [
{
"author": "Don DMack",
"body": "This statement ***Ensure your filter logic supports \"contains any\"*** creates a syntax error in Atlassian Analytics for me. I use \"***IN\"***.\n"
}
]
}
] | https://community.atlassian.com/t5/Atlassian-Analytics-questions/How-do-I-display-by-one-custom-field-and-filter-by-another-in/qaq-p/2793043 | null |
{
"author": "Ganesan Seethapathy",
"title": "Temporary or Staging table to avoid parallel execution on same set of tables for multiple charts",
"body": "Hi Team\n\nPlease advise whether we can create a temporary or staging table to avoid parallel execution on same set of tables for multiple charts.\n\n<br />\n\nProblem Statement:\n\nIn my dashboard i have 33 Charts/reports, most of them hit the same set of tables to retrieve data and it slows down the overall load time of the dashboard\n\nPease guide me on this\n\nThanks\n"
} | [
{
"author": "Agaci Avinas",
"body": "Hi [@Ganesan Seethapathy](/t5/user/viewprofilepage/user-id/5535637) ,\n\nThank you for reaching Atlassian Analytics support. I understand that your dashboard is slow due to the number of charts.\n\nI would suggest you check our documentation on [triaging performance issues here](https://confluence.atlassian.com/analyticskb/triage-your-performance-issues-1216971465.html). Having said that, you can create custom tables in the data lake to handle parallel processing. You can find the steps to create custom tables on this [page](https://support.atlassian.com/analytics/docs/create-custom-tables-and-columns/).\n\nFeel free to reach us if you have any further questions.\n\nRegards,\n\nAgaci\n",
"comments": null
}
] | https://community.atlassian.com/t5/Atlassian-Analytics-questions/Temporary-or-Staging-table-to-avoid-parallel-execution-on-same/qaq-p/2789722 | null |
{
"author": "Don DMack",
"title": "My Filter in my Query does seem to work",
"body": "I have created a chart to show a count of specific components for all teams (that have those components) in a specific date range by month.\n\nIt seems my query is giving all the issues for each team in the date range. It's not making use of the component filter. The result selects the correct **Date Range** , **Issue Status, Status Category** but doesn't filter on the **Components**.\n\n***Are you able to see what the problem is? Below is my query:***\n\n1.SELECT DATE_FORMAT ('Issue cycle time'.'work ended at','yyyy-mm') AS 'Month of Work ended at', \n2. 'Project'.'name' AS Project Name', \n3. COUNT('Project component'.'name') AS ' Count of all Name' \n4.FROM 'jira_issue_cycle_time' AS 'Issue cycle time' \n5.INNER JOIN 'jira_issue' AS \"Issue' ON \"Issue cycle time'.'issue_id' = 'Issue'.'issue_id' \n6.INNER JOIN 'jira_issue_status_history' AS 'Issue status history' ON Issue status history' '.'issue_id' = 'Issue'.'issue_id' \n7.INNER JOIN 'jira_issue' AS \"Issue' ON \"Issue cycle time'.'issue_id' = 'Issue'.'issue_id' \n8.INNER JOIN 'jira_project_component' AS 'Project component' ON 'Project component'.'project_id' = 'Project'.'project_id' \n9.WHERE 'Issue status history'.'ended_at' \\>= TIMESTAMP('2023-11-01') \n10. AND 'Issue status history'.'ended_at' \\< TIMESTAMP({TODAY}) + INTERVAL 1 DAY) \n11. AND ('Issue'.'status_category' = 'Done') \n12. AND 'Issue'.'status' IN ('Done','TEAM DONE') \n13. AND 'Project component'.'name' IN ('TDEBT','Rfactor') \n14.GROUP BY DATE_FORMAT('Issue cycle time'.'work_ended_at','yyyy-MM') , 'Project'.'name' \n15.ORDER BY COUNT('Project component'.'name') ASC, DATE_FORMAT ('Issue cycle time'.'work_ended_at','yyyy-MM') ASC, Project'.'name' ASC \n16.LIMIT 100000;\n"
} | [
{
"author": "Tracy Chow",
"body": "Hi Don,\n\nYour query will need to go through the [jira_issue_component_mapping table](https://support.atlassian.com/analytics/docs/schema-for-jira-software/#Issue-component-mapping) to properly filter on issues associated with a component.\n\nTo do this, open the [Join path panel](https://support.atlassian.com/analytics/docs/edit-the-join-path-of-your-visual-mode-query/) to change the join to go through the mapping table. If the mapping table isn't an available option, you can add a column from the mapping table to your query, select the desired join path, and then hide the column after the query.\n\nIf you run into any trouble, feel free to open a support ticket like Tejaswi mentioned, and we would be happy to help.\n",
"comments": null
},
{
"author": "Tejaswi G",
"body": "Hi [@Don DMack](/t5/user/viewprofilepage/user-id/5142133)\n\nThis is Tejaswi from the Analytics Support Team and here to help.\n\nFrom the shared query, The Join and the filters seems to correct. Can you please log a ticket with us so that we can have look and the query results and debug the issue further?\n\nYou can log a ticket with us at <https://support.atlassian.com/contact>.\n\nKind Regards, \nTejaswi\n",
"comments": null
}
] | https://community.atlassian.com/t5/Atlassian-Analytics-questions/My-Filter-in-my-Query-does-seem-to-work/qaq-p/2787405 | null |
{
"author": "Paul Vijay Arockiyaraj",
"title": "Created and resolved issues",
"body": "I use the filter to take created issue using date range including project and component. but isn't working.\n"
} | [
{
"author": "Tracy Chow",
"body": "Hi Paul,\n\nCan you share a screenshot of your query? That will help us identify where the problem may be coming from or if there is something that needs to be adjusted.\n\nThanks, \nTracy\n",
"comments": null
}
] | https://community.atlassian.com/t5/Atlassian-Analytics-questions/Created-and-resolved-issues/qaq-p/2779591 | null |
{
"author": "Don DMack",
"title": "Schemas for Atlassian Analytics",
"body": "Hello, where can I get the ***Schemas*** for Atlassian Analytics so that I can write some reports?\n"
} | [
{
"author": "Inder Singh",
"body": "Hi [@Don DMack](/t5/user/viewprofilepage/user-id/5142133) : You can check out the support documentation for data model and schema - <https://support.atlassian.com/analytics/docs/understand-the-data-model-of-the-atlassian-data-lake/>.\n\nYou can also go the data source settings -\\> Schema tab and click \"Visualize\". That will generate the schema diagram for you. The \"Schema\" tab also has details of all the tables in the Data Lake.\n\n\n\nCheers,\n\nInder\n",
"comments": [
{
"author": "Don DMack",
"body": "Thank you Inder. This is helpful.\n"
},
{
"author": "Don DMack",
"body": "Inder, do you know where I can fin a full listing of the Global Variables?\n"
},
{
"author": "Inder Singh",
"body": "[@Don DMack](/t5/user/viewprofilepage/user-id/5142133) : Here is the link to the documentation <https://support.atlassian.com/analytics/docs/what-are-variables/>\n"
},
{
"author": "Don DMack",
"body": "Thanks!\n"
}
]
}
] | https://community.atlassian.com/t5/Atlassian-Analytics-questions/Schemas-for-Atlassian-Analytics/qaq-p/2774404 | [
"atlassian-analytics",
"schema"
] |
{
"author": "Tim Lee",
"title": "Connected Google Sheet no longer works even though the Schema is synced",
"body": "Hi,\n\nI've recently been using AA linked with a google sheet as well as Jira Software. It's been working fine until this morning when I synced it. It's started telling me my columns no longer exist and I need to remap them. And then when I click the remap dropdown nothing happens when I select one of tables. Is this a bug? Or can it only handle a certain number of sheets tabs? Any advice on what I can do as I don't really want to have to start again and end up with hours and hours of lost work.\n\nWhilst new tabs were added to the sheet and picked up, the old ones weren't changed, so I don't know why it no longer recognises the data.\n\n\n\nIt also doesn't load my data when I go to create a chart. Nothing happens when I select a table.\n\n\n"
} | [
{
"author": "Tracy Chow",
"body": "Hi Tim,\n\nWere the tabs or columns in your Google Sheet renamed at all?\n\nIf you can [open a ticket](https://support.atlassian.com/contact/#/?inquiry_category=technical_issues) with our support team and grant us permission to access your site, we can dig in further to see why your Google Sheet data source is throwing the warnings and see how to get this resolved for you.\n\nThanks, \nTracy\n",
"comments": [
{
"author": "Tim Lee",
"body": "Hi Tracy, no they weren't, which is why I found it odd. There were new tabs created on the sheet which it picked up but nothing else. I'll raise a ticket, thanks.\n"
}
]
},
{
"author": "Tim Lee",
"body": null,
"comments": null
}
] | https://community.atlassian.com/t5/Atlassian-Analytics-questions/Connected-Google-Sheet-no-longer-works-even-though-the-Schema-is/qaq-p/2770275 | null |
{
"author": "Dylan Demery",
"title": "How do I get a control to connect to a chart when it won't do so automatically and I don't know SQL?",
"body": "I used the Atlassian AI to write a query, then copied that query code into a new chart. Then I tried to add a control but it won't connect to the chart and I don't know enough SQL to add a control in SQL. How can I figure this out?\n"
} | [
{
"author": "Nayan Pandey",
"body": "Hello Dylan! \n\nI am Nayan from the Atlassian Analytics team, happy to help! \n\nThe control variables need to be added to the where clause in your SQL query. Here is an example of how to add a calendar control to charts in SQL mode: \n\n*SELECT COUNT(DISTINCT \\`Issue\\`.\\`issue_id\\`) AS \\`Count of unique Issue ID\\`* \n*FROM \\`jira_issue\\` AS \\`Issue\\`* \n*WHERE \\`Issue\\`.\\`created_at\\` BETWEEN **{CALENDAR_NAME.START}** AND**{CALENDAR_NAME.END}*** \n\nHere, **{CALENDAR_NAME.START}** and**{CALENDAR_NAME.END}** are the variable controls that we have added in our SQL query to connect the chart with our control. Now, when we select a date range on the Dashboard, these values will be fetched and the chart will be dynamically filtered on the basis on the calendar control values. \n\nI'd also recommend checking the below links to understand how controls work and how to add them to existing charts: \n**- Document** - <https://support.atlassian.com/analytics/docs/use-variable-controls-for-interactive-filtering/> (Every control type has a section called In a SQL mode query where you can find how to add the controls in SQL mode.) \n**- Dashboard controls Demo Video**- <https://www.youtube.com/watch?v=dM0cdIqzvxY> \n\nLet me know if this helps. \n\nRegards, \nNayan\n",
"comments": [
{
"author": "Dylan Demery",
"body": "This definitely helped, Nayan! Thanks so much!\n"
}
]
}
] | https://community.atlassian.com/t5/Atlassian-Analytics-questions/How-do-I-get-a-control-to-connect-to-a-chart-when-it-won-t-do-so/qaq-p/2767587 | null |
{
"author": "David Chainey",
"title": "How to add Issue \"Reporter\" name to a list, and also add to criteria",
"body": "I have an Analytics Dashboard, and I'm having trouble adding and working with the Jira \\[Reporter\\] field. I need to include \\[Reporter\\] Name in all my listings of Jira tickets and graphs and also use it in criteria for objects, graphs, etc.\n\nHowever, when I edit and click \"Issues,\" it's not included in the list of available fields. The closest I could get was the Reporter ID when expanding the schema.\n"
} | [
{
"author": "Tracy Chow",
"body": "Hi David,\n\nUser name data can be found in the \"Account\" table. <https://support.atlassian.com/analytics/docs/schema-for-organization-data/>\n\nYou can add the \"Name\" column from the \"Account\" table to get the reporter name. Just make sure that the join path is going through the \"Reporter account ID\" so that it's returning the reporter name, and not the assignee or creator name.\n\n\n\nLet me know if this works for you.\n\nRegards, \nTracy\n",
"comments": null
}
] | https://community.atlassian.com/t5/Atlassian-Analytics-questions/How-to-add-Issue-quot-Reporter-quot-name-to-a-list-and-also-add/qaq-p/2766280 | [
"reporter",
"reporter-name"
] |
{
"author": "Bruner_ Heather",
"title": "Can you create a dashboard with saved filters?",
"body": "I am trying to create dashboards with saved filters in Atlassian Analytics. Currently every time I navigate out of the dashboard and back in, my filters reset.\n\nI would like dashboards with static filters but data that refreshes. Is that possible?\n"
} | [
{
"author": "Jessie Turpin",
"body": "Hey Heather! You would need to set a default value in any control on your dashboard. You can do this by editing the control and entering the desired values in the 'Default values' box.\n\n\n\nNote that if you have created a control with the control editor, you'll need to first check the 'Initial value(s)' box in the [control's settings](https://support.atlassian.com/analytics/docs/set-up-a-dropdown-control/#%E2%80%9CDropdown%E2%80%9D-control-settings). Then you'll be able to add any default values you want the control to use.\n\n\n\nI hope that helps! Let us know if you run into any issues adding your default values.\n",
"comments": [
{
"author": "Penny H-D",
"body": "This works great! Thank you!\n"
}
]
},
{
"author": "Penny H-D",
"body": "[@Jessie Turpin](/t5/user/viewprofilepage/user-id/4493061) I used the solution above and it works great but the data in the dashboard is broken. To get the data I have to remove the initial value project and then re-add.\n\nSuggestions on how to fix?\n",
"comments": [
{
"author": "Jessie Turpin",
"body": "Hey [@Penny H-D](/t5/user/viewprofilepage/user-id/5166138) ! You might want to check that the initial value you set is spelled and capitalized exactly as the value actually appears in your chart. If that doesn't work, could you create a [support ticket](https://support.atlassian.com/contact/) with our team and share more details about your chart? That would help us be able to investigate this further for you.\n"
}
]
}
] | https://community.atlassian.com/t5/Atlassian-Analytics-questions/Can-you-create-a-dashboard-with-saved-filters/qaq-p/2764735 | [
"atlassian-analytics",
"cloud"
] |
{
"author": "CESAR DALDOSSO",
"title": "Compare Q4 from the last year with the current year",
"body": "Hello, I want to collect data from a specific period , which is the Q4 from last year and compare it with the data from this year.\n\nI will do this using status history but cannot find a way of doing\n\n*Started at between and including*\n\n*{CURRENT_CALENDAR_YEAR.START.SUB(1,'year')}*\n\n*and*\n\n*{CURRENT_CALENDAR_YEAR.END.SUB(1,'year')}*\n\n*With this I have the period of the last year.*\n\nHow can I obtain the period of the last quarter of the last year ?\n\none example\n\nI want to compare the average number of issues resolved on the current year (2024) and compare with the average number of issues resolved within the last quarter of the last year (Q4 2023)\n"
} | [
{
"author": "Nayan Pandey",
"body": "Hi Cesar, \n\nI am Nayan from the Atlassian Analytics team, happy to help! \n\nCan you try using the following relative date variable: \n{CURRENT_CALENDAR_YEAR.START.SUB(15,'month')} and {CURRENT_CALENDAR_YEAR.END.SUB(12,'month')} \n\nThis would fetch Q4 for last year.\n",
"comments": [
{
"author": "CESAR DALDOSSO",
"body": "hi, [@Nayan Pandey](/t5/user/viewprofilepage/user-id/5511616) this solves my issue, tks!\n"
}
]
}
] | https://community.atlassian.com/t5/Atlassian-Analytics-questions/Compare-Q4-from-the-last-year-with-the-current-year/qaq-p/2763607 | null |
{
"author": "Don DMack",
"title": "Can I create 2 sets of controls for 2 sets of charts in the same Dashboard (same Data Source)",
"body": "Can I create 2 sets of controls for 2 sets of charts in the same Dashboard (same Data Source). For Example:\n\n**Dashboard A using DataSource A**\n\n\\> Control 1a, Control 1b , Control 1c\n\n\\> Chart 1, Chart 2\n\n\\> Control 2a, Control 2b\n\n\\> Chart 3, Chart 4, Chart 5\n\nHopefully you can follow what I'm asking. I do know I can accomplish what I'm asking by setting up 2 different Dashboards but I want to know if I can combine what I'm looking to accomplish on one Dashboard?\n"
} | [
{
"author": "Jessie Turpin",
"body": "Hi Dave! Thanks for the question. It is possible to have one dashboard with multiple controls that are not connected to every chart on the dashboard. If you have created your controls to [Automatically connect to new and existing charts](https://support.atlassian.com/analytics/docs/set-up-a-dropdown-control/#Automatically-connect-to-new-and-existing-charts) then you'll need to remove that automatic control filter in any charts that you don't want connected to the control.\n\n\n\nThe screenshot above has an example query where I have two controls connected. The purple filter is where my control with the 'Automatically connect to new and existing charts' setting is connected while the green filter is where I manually connected a control. You'd just need to select the X to the right of any control filters that you don't want included in your query.\n\nIf you haven't used the 'Automatically connect to new and existing charts' setting, then you'll only need to [manually connect](https://support.atlassian.com/analytics/docs/set-up-a-dropdown-control/#Manually-connect-to-charts) the control to the relevant charts. For example, you can choose to only connect Control 1a, Control 1b , and Control 1c in charts 1 and 2 while Control 2a and Control 2b could be connected to charts 3, 4, and 5.\n\nLet me know if you run into any issues when setting up your controls and charts on your dashboard!\n",
"comments": [
{
"author": "Don DMack",
"body": "[@Jessie Turpin](/t5/user/viewprofilepage/user-id/4493061) Thanks for the clear explanation. I will try it!\n"
},
{
"author": "Jessie Turpin",
"body": "You're welcome, [@Don DMack](/t5/user/viewprofilepage/user-id/5142133)! Let us know if you run into any issues when you try it out.\n"
}
]
}
] | https://community.atlassian.com/t5/Atlassian-Analytics-questions/Can-I-create-2-sets-of-controls-for-2-sets-of-charts-in-the-same/qaq-p/2757183 | [
"atlassian-analytics",
"cloud"
] |
{
"author": "Giga Shubitidze",
"title": "How to check if variable is empty",
"body": "I have one control (dropdown) called \"PROJECT\" where I choose jira project and then one chart where I list all issues of selected project.\n\nFore some reasons, in custom column of the chart table I want to insert 0s if the variable {PROJECT} is empty (when no project is selected in \"projects\" dropdown) and 1s if some any project is selected.\n\nI'm using this formula in custom column:\n\ncase when {PROJECT} is null then 0 else 1 end\n\nThe formula inserts just 1s. But nothing is selected. Help me how to identify if nothing is selected in the control?\n"
} | [
{
"author": "Tracy Chow",
"body": "Hi Giga,\n\nCan you try this instead?\n\n```\ncase when {PROJECT} = '' then 0 else 1 end\n```\n\nThis worked for me with a single select dropdown.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Atlassian-Analytics-questions/How-to-check-if-variable-is-empty/qaq-p/2756779 | null |
{
"author": "Giga Shubitidze",
"title": "How to check if the variable is empty",
"body": "I have one control (dropdown) called \"PROJECT\" where I choose jira project and then one chart where I list all issues of selected project.\n\nFore some reasons, in custom column I want to insert 0s if the variable {PROJECT} is empty and 1s if some any project is selected.\n\nThis formula is not working:\n\ncase when {PROJECT} is null then 0 else 1 end\n\nIt sets just empty values in the cells.\n\nCan someone suggest where is the problem?\n"
} | [
{
"author": "Marc - Devoteam",
"body": "Hi [@Giga Shubitidze](/t5/user/viewprofilepage/user-id/5504379)\n\nWelcome to the community.\n\nI expect this is an automation you are running.\n\nCan you provide the automation details for us community member to help you out.\n\nThis will provide us with context and details.\n",
"comments": [
{
"author": "Giga Shubitidze",
"body": "Sorry it was question regarding Atlassian Analytics. Is it wrong place to post?\n"
},
{
"author": "Marc - Devoteam",
"body": "No, but I can't help you out with this.\n\nI would suggest to raise an issue with Atlassian Support related to your question.\n"
}
]
}
] | https://community.atlassian.com/t5/Atlassian-Analytics-questions/How-to-check-if-the-variable-is-empty/qaq-p/2756066 | [
"cloud"
] |
{
"author": "Guy Geron",
"title": "DORA - Time to Restore",
"body": "I'm trying to create a widget that will provide me with one of the DORA measures: Time to Restore. \n\nThe way I'm thinking to approach it is: \n- Find all the sev1 in my JSM project \n- Make sure it's for the right system (we support many systems, and we use Assets to differentiate between the various systems) \n- get the start date and the end date \n- plot it on a timeline \n\nMy challenge is that I cannot find a way to connect (JOIN) an issue with an Asset via the scheme.\n\nDid anyone solve that?\n"
} | [
{
"author": "Tracy Chow",
"body": "Hi Guy,\n\nThere's a table in the Atlassian Data Lake schema called \\`asset_object_issue_mapping\\` which contains data that maps an Asset object to a Jira issue. <https://support.atlassian.com/analytics/docs/schema-for-asset-and-configuration-management/#Assets-object-issue-mapping>\n\nIf you don't see it in your schema browser, you may need to toggle the \"Show full schema\" option from your visual mode query. Let me know if this helps.\n\nBest, \nTracy\n",
"comments": [
{
"author": "Guy Geron",
"body": "Hi [@Tracy Chow](/t5/user/viewprofilepage/user-id/4461730) ,\n\nThanks for the helping. I did find the 'asset_object_issue_mapping', and it wasn't ticked on to be available for querying. \nHowever, when I ticked this on and re-sync the scheme, the table was ticked off again. \n\nAm I missing anything? \nFor reference, I did choose a Limited data connection\n"
},
{
"author": "Tracy Chow",
"body": "Hi Guy,\n\nThe \"Visible\" checkbox on the data source Schema tab determines whether the table is listed in the full schema view.\n\nIf a table has the checkbox unchecked, the table will only appear when \"Show full schema\" is toggled on in the visual mode schema browser. The toggle on the bottom is what I was referring to:\n\n\n\nIf you toggle it on, you can see all the tables, including the mapping tables. When you sync the schema, it resets back to the default checkbox settings from Atlassian Data Lake. I recommend either not synching the schema frequently or just using the \"Show full schema\" toggle to access the table.\n\nHope this clarifies things!\n"
},
{
"author": "Guy Geron",
"body": "Hi [@Tracy Chow](/t5/user/viewprofilepage/user-id/4461730) ,\n\nThanks again for your guidance. I've played with it a bit more and realised that the table is available when I tick the boxes for Visible under the Scheme tab and don't click the Sync Scheme button. \n\nIt's only when I sync it that the Visible checkbox disappears. I'm not sure if it's meant to do that. Is it due to the Limited data connection I chose when creating the dataset? \n\nAnyway, I can use it now. I appreciate your help and guidance ??\n"
},
{
"author": "Tracy Chow",
"body": "Yes, if you hit the \"Sync Schema\" button it goes back to the default Visible checkbox settings. This is the standard behavior, not only for connections with Limited data. Regardless, there shouldn't be many circumstances where you need to sync the schema.\n\nGlad you can use the new table now! ?\n"
}
]
}
] | https://community.atlassian.com/t5/Atlassian-Analytics-questions/DORA-Time-to-Restore/qaq-p/2756725 | null |
{
"author": "Andrew Dumville",
"title": "Databricks connectivity - Unity catalogues",
"body": "When connecting to databricks lakehouse to access datasets, seems to be only allowed to select hive catalogues - does Atlassian analytics support unity catalogues.. \n\nIf not, is there any work scheduled in your near-term roadmap?\n"
} | [
{
"author": "Tracy Chow",
"body": "Hi Andrew,\n\nTo make sure I understand correctly, is this regarding connecting Databricks to Atlassian Analytics as a third-party data source? <https://support.atlassian.com/analytics/docs/connect-to-databricks/>\n\nIf that's right, I can submit a feature request on your behalf to have this added.\n\nBest, \nTracy\n",
"comments": [
{
"author": "Andrew Dumville",
"body": "Yeah, that's correct. \n\nDatabricks does not recommend building datasets using the legacy hive metastore catalogues\n"
},
{
"author": "Tracy Chow",
"body": "Thanks for the reply. I've opened the feature request ticket: <https://jira.atlassian.com/browse/ANALYTICS-284>.\n\nI don't have an estimated timeline for when this will be worked on, so I recommend keeping an eye on the ticket for updates.\n"
}
]
}
] | https://community.atlassian.com/t5/Atlassian-Analytics-questions/Databricks-connectivity-Unity-catalogues/qaq-p/2755551 | null |
{
"author": "Angel Velasquez",
"title": "How do I specify a directory for the MSI install that has a space in it?",
"body": "Hello,\n\n<br />\n\nI need to set up a silent install config for SourceTree Enterprise and I'm currently attempting to use this as my install command:\n\nmsiexec.exe /i SourcetreeEnterpriseSetup_3.4.18.msi ACCEPTEULA=1 INSTALLDIR=\"C:\\\\Program Files\\\\SourceTree\" /quiet \n\nThis didn't work but I found out that it will work if I remove the space in \"Program Files\" I thought having the directory path in a string would make it treat it as a string instead of a literal. My command gets treated as\n\nmsiexec.exe /i SourcetreeEnterpriseSetup_3.4.18.msi ACCEPTEULA=1 INSTALLDIR=C:\\\\Program Files\\\\SourceTree /quiet\n\nWhere Files\\\\SourceTree is treated as a MSI flag and crashes the install. How can I include a space for the silent install within the INSTALLDIR flag? I double checked and it does work when I do not have a space but I have to install it to Program Files given the circumstances.\n"
} | [
{
"author": "Jim Knepley - ReleaseTEAM",
"body": "The escape character in PowerShell is the grave-accent(\\`), so try this:\n\n```\nmsiexec.exe /i SourcetreeEnterpriseSetup_3.4.18.msi ACCEPTEULA=1 INSTALLDIR=`\"C:\\Program Files\\SourceTree`\" /quiet\n```\n\nref: <https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_quoting_rules?view=powershell-7.4>\n",
"comments": null
}
] | https://community.atlassian.com/t5/Sourcetree-questions/How-do-I-specify-a-directory-for-the-MSI-install-that-has-a/qaq-p/2821969 | null |
{
"author": "Gujianting",
"title": "???? ???????",
"body": "???????????????\n"
} | [
{
"author": "Gujianting",
"body": "??????????\n",
"comments": null
}
] | https://community.atlassian.com/t5/Sourcetree-questions/%E6%80%8E%E9%BA%BC%E6%89%BE%E6%88%91-%E8%B7%9F%E6%88%91%E6%9C%89%E4%BB%80%E9%BA%BC%E9%97%9C%E4%BF%82/qaq-p/2814870 | [
"cloud",
"platform-experiences"
] |
{
"author": "Marco Burato",
"title": "Git push hangs in macOS",
"body": "Last Friday, when I tried to push my changes to Bitbucket from SourceTree, it would hang after\n\n```\nPOST git-receive-pack (144321 bytes)\n```\n\nI assumed it was a temporary server issue.\n\nToday I tried again, several times, and it always hangs.\n\nThen, I tried to push something from SourceTree on Windows and that worked. So, this seems to be a problem specific to macOS.\n\nI have tried the following, without success:\n\n* Rebasing changes\n* Pushing smaller changes\n* Logging out and logging in again in SourceTree\n* Switching SourceTree from Embedded GIT to System GIT\n* Pushing from CLI\n\nAfter enabling CLI tracing with\n\n```\nGIT_CURL_VERBOSE=1 GIT_TRACE=1 git push -v\n```\n\nit looks like it's hanging waiting for a response from the server:\n\n```\nEnumerating objects: 84, done.\nCounting objects: 100% (84/84), done.\nDelta compression using up to 16 threads\nCompressing objects: 100% (58/58), done.\nWriting objects: 100% (59/59), 140.75 KiB | 17.59 MiB/s, done.\nTotal 59 (delta 42), reused 0 (delta 0), pack-reused 0\nPOST git-receive-pack (144321 bytes)\n17:27:20.685974 http.c:699 == Info: Found bundle for host: 0x6000015c8000 [can multiplex]\n17:27:20.685994 http.c:699 == Info: Re-using existing connection #0 with host bitbucket.org\n17:27:20.686006 http.c:699 == Info: Server auth using Basic with user 'REDACTED'\n17:27:20.686025 http.c:699 == Info: h2 [:method: POST]\n17:27:20.686029 http.c:699 == Info: h2 [:scheme: https]\n17:27:20.686031 http.c:699 == Info: h2 [:authority: bitbucket.org]\n17:27:20.686033 http.c:699 == Info: h2 [:path: /REDACTED/app.git/git-receive-pack]\n17:27:20.686036 http.c:699 == Info: h2 [authorization: Basic REDACTED]\n17:27:20.686039 http.c:699 == Info: h2 [user-agent: git/2.39.3 (Apple Git-146)]\n17:27:20.686041 http.c:699 == Info: h2 [accept-encoding: deflate, gzip]\n17:27:20.686043 http.c:699 == Info: h2 [content-type: application/x-git-receive-pack-request]\n17:27:20.686046 http.c:699 == Info: h2 [accept: application/x-git-receive-pack-result]\n17:27:20.686048 http.c:699 == Info: h2 [content-length: 144321]\n17:27:20.686053 http.c:699 == Info: Using Stream ID: 7 (easy handle 0x7fae62008200)\n17:27:20.686152 http.c:646 => Send header, 0000000513 bytes (0x00000201)\n17:27:20.686158 http.c:658 => Send header: POST /REDACTED/app.git/git-receive-pack HTTP/2\n17:27:20.686161 http.c:658 => Send header: Host: bitbucket.org\n17:27:20.686163 http.c:658 => Send header: Authorization: Basic <redacted>\n17:27:20.686164 http.c:658 => Send header: User-Agent: git/2.39.3 (Apple Git-146)\n17:27:20.686166 http.c:658 => Send header: Accept-Encoding: deflate, gzip\n17:27:20.686168 http.c:658 => Send header: Content-Type: application/x-git-receive-pack-request\n17:27:20.686170 http.c:658 => Send header: Accept: application/x-git-receive-pack-result\n17:27:20.686173 http.c:658 => Send header: Content-Length: 144321\n17:27:20.686175 http.c:658 => Send header:\n17:27:20.686512 http.c:699 == Info: We are completely uploaded and fine\n```\n\nSo, this appears to be a server issue, possibly when using a macOS client.\n\nPlease advise.\n"
} | [
{
"author": "Marco Burato",
"body": "I was able to overcome this by forcing the use of HTTP 1.1:\n\n```\ngit config --global http.version HTTP/1.1\n```\n\nLooks like there's some compatibility issue between the client and the server with HTTP 2.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Sourcetree-questions/Git-push-hangs-in-macOS/qaq-p/2813247 | [
"bitbucket",
"bitbucket-cloud",
"cloud"
] |
{
"author": "NikVladi",
"title": "The repository cannot be created in a folder on the server",
"body": "I'm new to Git and Sourcetree.\n\nI have a server. It has a folder called Scripts.\n\nThe network path is \\\\\\\\MyServer\\\\Scripts. I'm trying to create a local repository in this folder and an error appears (screenshot). If I try to create a local repository, for example, here \\\\\\\\MyServer\\\\Scripts\\\\OtherFolder, then everything works fine.\n\nI don't understand why this is happening. I need to create a repository specifically in the \\\\\\\\MyServer\\\\Scripts folder. What's going on? What should I do?\n\n\n"
} | [
{
"author": "NikVladi",
"body": "Installed GitHub Desktop.\n\nWhen trying to create a repository there was a \"trust...\" button or something like that. And everything worked fine.\n\nWith Sourcetree I found a workaround. Created a repository in \\\\\\\\MyServer\\\\Scripts\\\\Scripts. Then moved it to \\\\\\\\MyServer\\\\Scripts. Deleted the \\\\\\\\MyServer\\\\Scripts\\\\Scripts folder. \nTried to open the repository in \\\\\\\\MyServer\\\\Scripts a new error appeared related to the folder owner. \nRun this command: \nC:\\\\Users\\\\UserName\\\\AppData\\\\Local\\\\Atlassian\\\\SourceTree\\\\git_local\\\\git-cmd.exe \ngit config --global --add safe.directory //MyServer/Scripts/ \nAnd everything worked. \nI think you need to create a trust mechanism like in GitHub Desktop.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Sourcetree-questions/The-repository-cannot-be-created-in-a-folder-on-the-server/qaq-p/2806954 | null |
{
"author": "Florian Noirbent",
"title": "Make dark and light theme follow system configuration",
"body": "Hi,\n\nI'm looking for an option to make the sourcetree theme automatically follow the OS configuration. It does not seems to exist, but did I missed it ? or is it a planned feature ?\n\nI'm using windows and changing it multiple times everyday\n"
} | [
{
"author": "Theodore Brown",
"body": "I have the same issue. It's annoying to have to always manually change the SourceTree theme when other apps support automatically matching the system setting.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Sourcetree-questions/Make-dark-and-light-theme-follow-system-configuration/qaq-p/2802662 | null |
{
"author": "Andrew Janke",
"title": "Does SourceTree Enterprise 3.4.19 exist?",
"body": "Does a 3.4.19 release of SourceTree Enterprise exist?\n\nThe non-Enterprise SourceTree has been out for a while. Release notes say it's dated 13 July 2024, it's the one I get when I click Download on the main SourceTree page, and it is listed in the [SourceTree download archive](https://www.sourcetreeapp.com/download-archives). But for SourceTree Enterprise, the default download, and latest release listed in the download archive, is 3.4.18, dated 2024-04-19.\n\n\n\nAlso, this [SRCTREEWIN-14200 Jira ticket](https://jira.atlassian.com/browse/SRCTREEWIN-14200) says that the \"No Start Menu shortcut\" bug for Enterprise was \"released in 3.4.19\" in a comment dated 2024-07-12. Which makes me think a release was intended to happen?\n\nI don't actually need 3.4.19 for any particular reason. I just like to keep my software up to date. And I've been having trouble with 3.4.18 and prior versions hanging on Windows 11 Multi-Session, and wondering if 3.4.19 might help, since I don't have any other ideas there.\n\n<br />\n\nP.S. Image pasting and drag-and-drop on this question entry field doesn't seem to be working. I tried pasting an image from the Windows Snipping Tool, or dragging a PNG file on to it, and nothing happened. I had to use the little picture icon in the button strip at the top and use its file-open dialog in order to get that above screenshot to show up.\n"
} | [
{
"author": "Martin Ba",
"body": "A Month later: Same here.\n\n<https://confluence.atlassian.com/sourcetreekb/sourcetree-enterprise-and-msi-installation-947848769.html> links to <https://www.sourcetreeapp.com/enterprise> which downloads <https://product-downloads.atlassian.com/software/sourcetree/windows/ga/SourcetreeEnterpriseSetup_3.4.18.msi>\n\nHowever: I manually used the url: <https://product-downloads.atlassian.com/software/sourcetree/windows/ga/SourcetreeEnterpriseSetup_3.4.19.msi> (19!) ... got an msi from it :-D\n",
"comments": [
{
"author": "Martin Ba",
"body": "Note that there's altready also a <https://product-downloads.atlassian.com/software/sourcetree/windows/ga/SourcetreeEnterpriseSetup_3.4.19.msi> with <https://product-downloads.atlassian.com/software/sourcetree/windows/ga/ReleaseNotes_3.4.20.html> that is not even listed on the <https://www.sourcetreeapp.com/download-archives> page :-D\n"
}
]
}
] | https://community.atlassian.com/t5/Sourcetree-questions/Does-SourceTree-Enterprise-3-4-19-exist/qaq-p/2800161 | null |
{
"author": "Olzhas Baibulganov",
"title": "fatal: the remote end hung up unexpectedly",
"body": "Hey guys! \nTwo people in our team facing issues when pushing a word document \"**fatal: the remote end hung up unexpectedly\".**\n\nWhen someone(except those two people) else pushes the same document and they pull and push, it works.\n\n**Here is the full message:**\n\n*POST git-receive-pack (chunked)*\n\n*send-pack: unexpected disconnect while reading sideband packet*\n\n*fatal: the remote end hung up unexpectedly*\n\n*Everything up-to-date*\n\n*Note: 1.)we use our local GIT server.*\n\n*2.) the file is \"small\"*\n\n*3.) MacOS*\n\nAny thoughts?\n"
} | [
{
"author": "Olzhas Baibulganov",
"body": "Solved by increasing the Git buffer size to the largest individual file size of the repo:\n\n* git config --global http.postBuffer 157286400\n",
"comments": null
}
] | https://community.atlassian.com/t5/Sourcetree-questions/fatal-the-remote-end-hung-up-unexpectedly/qaq-p/2791003 | [
"fatal",
"git",
"macos"
] |
{
"author": "Martyn Bird",
"title": "How to stop emails ?",
"body": "I clicked on something to follow thread. I am now getting my email inbox flooded with responses from that thread. How do I find the thread again and stop the updates flooding my email inbox ?\n"
} | [
{
"author": "Shawn Doyle - ReleaseTEAM",
"body": "At the bottom of each email, there is the below statement. It gives you two links, one to stop watching the particular topic you clicked on, and one to stop all emails.\n> This email was sent by Atlassian Community.\n>\n> If you no longer want to receive notifications regarding this Community post, you can stop watching this topic. If you would like to customize the Community notifications you receive and manage other content you are watching, adjust your notification settings.\n>\n> To stop receiving notification emails from the Atlassian Community, unsubscribe here.\n",
"comments": null
},
{
"author": "Tankem Williams",
"body": "[@Martyn Bird](/t5/user/viewprofilepage/user-id/3912790) As part of this special Community, I think it's better not to unsubscribe to the emails because you might miss important information. Instead, you can use email filters to organize your emails and move Community emails into specific folders. This makes it easier to manage your inbox and still have access to important messages in case you need to get to them. Take this opportunity to learn and stay updated about everything Atlassian offers. So, don't unsubscribe to my opinion.\n\nThanks\n",
"comments": null
},
{
"author": "Uday Kiran Bhaviri",
"body": "Hi [@Martyn Bird](/t5/user/viewprofilepage/user-id/3912790)\n\nOpen any of the email and check if you have option for unsubscribe, once you click on that it may ask for the reason or it can directly says unsubscribe successful and that will stops all the emails.\n\nHope this will be helpful.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Announcement-questions/How-to-stop-emails/qaq-p/2612860 | [
"announcement",
"email"
] |
{
"author": "Dhruv",
"title": "Need to know lithium query for rest API where subject doesn't matches a 'string'",
"body": "Hi, \n\nI'm facing an issue with a query where i'm trying to find data from lithium where subject doesn't matches a substring. \nI want to acheive something like this\n\n```\nhttps://community.atlassian.com/api/2.0/search?q= SELECT * FROM?messages WHERE SUBJECT NOT MATCHES 'sync'\n```\n\nBut NOT operator doesn't works for me and i get error : 604 \nCan someone help me get list of all the operators or provide a solution/query to find results where subject doesn't matches a perticular keyword.\n"
} | [
{
"author": "Nic Brough -Adaptavist-",
"body": "Welcome to the Atlassian Community!\n\nWhat is a \"lithium query\"? Does it affect the search strings you are sending to the REST API?\n\n(I'm going to guess you mean the old \"lithium\" name for the community, which is now Khoros, rather than Lithium. If that is true, you might want to have another look at the API docs, as you're using an old search, and I think you probably want to know that this version of Khoros is old and the Community is looking to move to a much newer version soon)\n",
"comments": null
}
] | https://community.atlassian.com/t5/Announcement-questions/Need-to-know-lithium-query-for-rest-API-where-subject-doesn-t/qaq-p/2035474 | [
"announcement",
"feedback-forum"
] |
{
"author": "Ha Piw",
"title": "I've got maybe work from Atlassian email adress [email protected]. Is it Atlassian 's?",
"body": "They sent me documents with Atlassian's logo. Now I have to pay to get salary. What I have to do?\n"
} | [
{
"author": "Andy Heinzer",
"body": "Hi [@Ha Piw](/t5/user/viewprofilepage/user-id/5424235)\n\nThat email address is not associated with Atlassian in any capacity. Please report that gmail address directly to Google by using the form in <https://support.google.com/mail/contact/abuse?hl=en>\n\nWe have seen other similar reports recently of a scam where someone uses gmail accounts or telegram to impersonate Atlassian employees.\n\nCould you also please report that account to Telegram? Atlassian does not use the Telegram service in any capacity. I recommend reporting them to Telegram directly in <https://t.me/notoscam>\n\nReporting these accounts could help to prevent other users from being taken advantage of.\n\nThanks\n\nAndy\n",
"comments": null
},
{
"author": "Sharu - Empyra",
"body": "Hi [@Ha Piw](/t5/user/viewprofilepage/user-id/5424235)\n\nIt's definitely a scam, no company will ask you to pay money and contact you via Telegram. Kindly ignore.\n\nThanks,\n\nSharu\n",
"comments": null
},
{
"author": "Charlie Misonne",
"body": "Are you an Atlassian employee and expecting a salary from them? Perhaps you should talk to you HR department.\n\n\"Now I have to pay to get salary\" is definitely a scam.\n",
"comments": [
{
"author": "Ha Piw",
"body": "I'got messages from this email adress. Is it Atlassian 's e-mail adress?\n"
},
{
"author": "Ha Piw",
"body": "I have contact with manager via Telegram? Is it normal?\n\nI have to pay to Tranfer 150 GBP now to get salary\n"
},
{
"author": "Ha Piw",
"body": "Name of Telegram account Atlassian Team. There is logo. I'got documents with logo of Atlassian\n"
},
{
"author": "Ha Piw",
"body": "Name of Telegram Atlassian Teams\n"
},
{
"author": "Ha Piw",
"body": "How could I contact a HR departament?\n"
},
{
"author": "Charlie Misonne",
"body": "I think you should completely ignore their message and mark it as spam/ delete it.\n\nYou should never be required to pay any amount when you are the one expecting money.\n"
}
]
}
] | https://community.atlassian.com/t5/Announcement-questions/I-ve-got-maybe-work-from-Atlassian-email-adress-serviceatlassian/qaq-p/2601214 | [
"announcement"
] |
{
"author": "LB75JB73OB65",
"title": "How can I go about getting an open ticket?",
"body": "How do I go about opening a ticket?\n"
} | [
{
"author": "Andy Gladstone",
"body": "[@LB75JB73OB65](/t5/user/viewprofilepage/user-id/4688288) Welcome! here is the URL for creating tickets with Atlassian for support. You will need to have licensing on a product that comes along with support to open a ticket.\n\n<https://support.atlassian.com/contact/#/>\n",
"comments": null
},
{
"author": "Nic Brough -Adaptavist-",
"body": "Log into your service desk portal and click \"create\".\n",
"comments": null
}
] | https://community.atlassian.com/t5/Announcement-questions/How-can-I-go-about-getting-an-open-ticket/qaq-p/1897202 | [
"feedback-forum"
] |
{
"author": "Grant Kidd",
"title": "Why can't community discussions be browsed anonymously?",
"body": "When looking for solutions or information about JIRA or Confluence features, I'll often start with a Google Search.\n\nUsually there's a relevant posting in the Atlassian community, but when clicking on the link it will immediately redirect me to authenticate. This interaction is completely off-putting to me; I just want to read people's responses and don't plan to participate in the discussion. I'm sure many Atlassian users who want information about the products but don't want to create community accounts feel the same way.\n\nI can get around this authentication redirect via Google's cached version of the page. The cached version has \"Sign up\" and \"Login\" buttons at the top of the page and other elements designed to handle unauthenticated users. This proves there is already security in place for allowing anonymous access.\n\nI would like to understand why this community site doesn't permit anonymous access (and hopefully the reason isn't to \"encourage\" more people to sign up for accounts), and would like to make a suggestion to change this.\n"
} | [
{
"author": "Matthias Gaiser _K15t_",
"body": "Hi [@Grant Kidd](/t5/user/viewprofilepage/user-id/366611)\n\nthank you for your post. I feel your pain - and I also think sometimes the authentication takes way too long which it shouldn't. I think there are two thoughts to mention:\n\n1. You can browse the Atlassian Community also anonymously. You can prove that by trying to [open this post](https://community.atlassian.com/t5/Feedback-Forum-questions/Why-can-t-community-discussions-be-browsed-anonymously/qaq-p/1641222) in a new \"incognito window\" and it will display just fine.\n2. It will redirect you to authentication when you're already logged into any Atlassian ID account. That's the behaviour you're seeing right now.\n\nI often contribute to the community - and also use other Atlassian tools. That's why I'm usually logged in with my Atlassian ID, but sometimes I also simply want to consume articles - and don't care about the authentication too much. I can bring this topic up with the community team if there's something they can do - and maybe you get a better answer than mine.\n\nCheers, \nMatthias.\n",
"comments": [
{
"author": "Grant Kidd",
"body": "Thanks for the quick response [@Matthias Gaiser _K15t_](/t5/user/viewprofilepage/user-id/853318)\n\nI was able to verify that browsing incognito does allow anonymous access and that I must have been seeing this redirect due to being logged in with my work account.\n\nIt is a confusing user experience. I believe I first came across this issue a few years ago. I tried to authenticate using my work credentials, but when that didn't work and I realized I needed a separate account, I got discouraged and worked around the need to create an account as much as possible.\n\nIt would be nice if either the redirect didn't happen or if there was an option on the redirect page to continue browsing anonymously.\n\nEither way, I now have a reasonable solution via Incognito mode. Thank you!\n"
}
]
}
] | https://community.atlassian.com/t5/Announcement-questions/Why-can-t-community-discussions-be-browsed-anonymously/qaq-p/1641222 | [
"announcement",
"feedback-forum"
] |
{
"author": "Anton Skorniakov",
"title": "Can't send replies in the community",
"body": "Last few days I can not send any reply due to the form bug, here is the video of the issue <https://take.ms/lhwtd> can you please fix it?\n"
} | [
{
"author": "Nick",
"body": "I'm facing a similar issue now..\n\nTrying to post my first answer in the community, but failing.\n\n\n",
"comments": null
},
{
"author": "Anton Skorniakov",
"body": "[@Stephen Sifers](/t5/user/viewprofilepage/user-id/2145523) do you have any good news on this? I have the same bug again in another thread.\n\nI have spent a lot of time writing an expanded answer to a question, but I can't post it because of bug ?\n",
"comments": [
{
"author": "Stephen Sifers",
"body": "Hello [@Anton Skorniakov](/t5/user/viewprofilepage/user-id/385179) ,\n\nI have escalated this without Dev teams and they are reviewing.\n\nWe did notice that some of your content is being caught within our spam filter, most likely due to your posts overlapping with keywords spammers typically use.\n\nThe two common words I see are (See image)\n\n\n\nI would assume your answers/comments without specific keywords are not running into this error, while posts using the keywords are getting the error.\n\nThe Dev team now knows the reason behind your specific 'generic' error, they'll work to see if it can be descriptive but no ETA on resolution.\n\nIn the meantime, not ideal as it's a workaround, please do attempt to post by replacing or abbreviating keywords that may be triggering this issue. Unfortunately, spammers are a reality and this will be very disruptive to your engagement within Community and I want to be acknowledging what I'm asking of you.\n\nRegards, \nStephen Sifers\n"
},
{
"author": "Anton Skorniakov",
"body": "Hi, [@Stephen Sifers](/t5/user/viewprofilepage/user-id/2145523) thanks for the reply!\n\nEven after deleting these stop keyword I had this issue(\n\nBTW the form doesn't show that these are stop-words when I post the message, so nobody knows what is the real issue with these words. Only when I edit the post I can see that these words are banned.\n"
}
]
},
{
"author": "Nic Brough -Adaptavist-",
"body": "Have you tried typing or entering plain text, rather than using a browser extension that could be inserting all sorts of junk?\n",
"comments": [
{
"author": "Anton Skorniakov",
"body": "The first time I tried to send that comment, it was entered by hands from keyboard.\n"
},
{
"author": "Anton Skorniakov",
"body": "And I don't use any browser extensions to paste text, this is a system clipboard.\n\nThat bug happens only here, all other websites including Atlassian developer community forums work fine.\n\nAnd actually, this Atlassian community worked fine last 2 years for me with a copy paste, this bug happened only a few days ago.\n"
},
{
"author": "Nic Brough -Adaptavist-",
"body": "Sorry, I'd assumed the \"paste and match style\" you were using was from an extension.\n\nHowever, I'd want to see what happens if you use a simple paste. It looks to me like the paste and match style is inserting invalid stuff into the field.\n"
},
{
"author": "Anton Skorniakov",
"body": "[@Nic Brough -Adaptavist-](/t5/user/viewprofilepage/user-id/781454) When I insert using a regular paste the result is the same.\n\nPaste and match style pastes just plain text without any formatting, so this is a cleaner version of paste :)\n"
},
{
"author": "Stephen Sifers",
"body": "[@Anton Skorniakov](/t5/user/viewprofilepage/user-id/385179)\n\nThis has been escalated to us and we're actively reviewing to see what is going on.\n\nRegards, \nStephen Sifers\n"
}
]
}
] | https://community.atlassian.com/t5/Announcement-questions/Can-t-send-replies-in-the-community/qaq-p/1820958 | [
"feedback-forum"
] |
{
"author": "Suvradip Paul",
"title": "Token Expiry message while delay in Community Answer/Response",
"body": "Hi,\n\nWhile drafting a response to any community post, if it's opened for significant time(not calculated the exact time) and reply is not submitted then once submitting the response, the response is not submitted and warning message with token expiry is displayed.\n\nCould you please explain this is details and share the suggestion best practices, docs, articles to avoid this?\n\nThanks in advance.\n\nCheers\n\nSuvradip\n"
} | [
{
"author": "Daniel Ebers",
"body": "Hi [@Suvradip Paul](/t5/user/viewprofilepage/user-id/4461672)\n\nthis can be indeed spotted from time to time - for example if you open several tabs but until actually replying some time passes. \nIf you know that you have several tabs open it might be a good idea to reload before actually answering. In case you are beginning to answer, correct, do a investigation of some technical detail in-depth, and then continue the answer - this might not help. \nIn that case probably typing the answer beforehand into a text editor (like Atom oder Notepad++) could be a workaround.\n\nOtherwise I found it never problematic, rather a minor nuisance - however, one caveat. \nIf you want to Watch (with the eye symbol) a thread and the session token should be expired it jumps to \"watching\" what made you think the operation was successful - however upon reload you will see it actually was not successful.\n\nRegards, \nDaniel\n",
"comments": null
},
{
"author": "Suvradip Paul",
"body": "Adding Screen shot to this issue for better understanding.\n\n\n",
"comments": [
{
"author": "Bill Sheboy",
"body": "Hi [@Suvradip Paul](/t5/user/viewprofilepage/user-id/4461672)\n\nI run into this error occasionally responding to questions. In my experience it occurs when I start responding, switch contexts to research and confirm my answer, and several minutes pass before I submit the reply. This seems normal and reasonable for a web-based application to handle as timeouts.\n\nI have seen this occur with shorter timeouts when there is an on-going incident/outage for the support platform, which you may monitor here: <https://support.status.atlassian.com/>\n\nMy suggestion as a work-around is to consider writing any longer responses elsewhere first, such as a text editor, and then pasting/posting within a shorter timeframe.\n\nBest regards, \nBill\n"
},
{
"author": "Suvradip Paul",
"body": "Thanks [@Bill Sheboy](/t5/user/viewprofilepage/user-id/1685313) for your response.\n\nYes, I understand we need to be active and longer delay in posting a response might cause this error.\n\nI was looking for any documentation, Jira reference or article on this(it would be good if it's from Atlassian).\n\nDo you have anything like that ?\n\nThanks.\n\nCheers\n\nSuvradip\n"
},
{
"author": "Bill Sheboy",
"body": "Sorry, no I do not. I am just a Jira user...trying to help the community when I can. :\\^)\n"
},
{
"author": "Suvradip Paul",
"body": "No worries [@Bill Sheboy](/t5/user/viewprofilepage/user-id/1685313) . I understand. I would wait for any response from Atlassian Team.\n\n[@Ang?lica Luz](/t5/user/viewprofilepage/user-id/986290) - Sorry to add you in this post with out any prior details. Would you mind having a look and guide?\n\nThanks in advance.\n\nCheers\n\nSuvradip\n"
}
]
}
] | https://community.atlassian.com/t5/Announcement-questions/Token-Expiry-message-while-delay-in-Community-Answer-Response/qaq-p/1743507 | [
"community",
"expiry",
"feedback-forum",
"token"
] |
{
"author": "Jesse Berkeley",
"title": "Marking Community questions as unanswered/ other status",
"body": "Hi team,\n\nI've recently begun to use the Jira Community to raise questions and it's been a great resource for getting answers to questions, so kudos to you!\n\nI thought I'd ask as there's no clear way around it. I've had suggestions to my queries but not necessarily an Answer to my question, thus I'm asking how do we triage such questions and is there another status needed other than \"Answered\". For instance I asked a question and the reply to it was that it wasn't possible but I was offered to vote for the feature. Is that defined as a true answer to my query or should it be parked for further investigation? Hope i'm making this clear :-)\n"
} | [
{
"author": "Ste Wright",
"body": "Hi [@Jesse Berkeley](/t5/user/viewprofilepage/user-id/2349356)\n\nI think it depends on the question.\n\nIf the reply directly answers the question, then it is the correct answer - even if it isn't what the asker might want to hear. For example, your question on a blocked status for releases is the correct answer - there isn't one, but there is a suggestion you can vote/follow.\n\nIn terms of suggested enhancements based on a question, the best place for these is <https://jira.atlassian.com/secure/Dashboard.jspa>\n\nIf the question is more opinion-based or has multiple potential answers, then it is up to the asker to decide which is the right answer to choose, if any of them :)\n\nSte\n",
"comments": [
{
"author": "Jesse Berkeley",
"body": "Hey [@Ste Wright](/t5/user/viewprofilepage/user-id/1166470) ,\n\nThanks for clarifying that, will do :)\n\nAlso when i attempt to navigate to the above url i get a 404.\n"
},
{
"author": "Ste Wright",
"body": "Hi [@Jesse Berkeley](/t5/user/viewprofilepage/user-id/2349356)\n\nNo problem :)\n\nI've modified the link, it should now work!\n\nSte\n"
}
]
}
] | https://community.atlassian.com/t5/Announcement-questions/Marking-Community-questions-as-unanswered-other-status/qaq-p/1598938 | [
"feedback-forum"
] |
{
"author": "??",
"title": "Maybe we need a button 'dislike'",
"body": "When someone write an article that we dislike, we can't do anything. So a button named 'dislike' may help us.\n"
} | [
{
"author": "Nic Brough -Adaptavist-",
"body": "One of the Community board's (unanimous) agreements was that we should not allow \"dislike\" or \"downvote\". In previous incarnations of Community (Answers etc), they were heavily abused, and in the few cases where they were of genuine intent, not actually a lot of use.\n\nWe saw abuse such as:\n\n* Spammers using it to increase their reputation\n* People from a solution provider trying to harm the reputation of the vendors they were competing with\n* People bullying or trying to discredit others by downvoting their posts en-masse\n* People being discouraged from giving correct answers and useful information or guidance because they were downvoted because voters don't like being told they're wrong, or don't like the way something works\n\nIn fact, we could not identify any positive use for denigrating people's contributions.\n\nA downvote tells us nothing, disabling them means people have to do it manually, by saying \"I don't like this\" and hence opening a conversation about why! (Hopefully a constructive one)\n\nI'd ask why you want to dislike something. What is it you don't like? What could be improved?\n",
"comments": null
},
{
"author": "Fabienne Gerhard",
"body": "Hi [@??](/t5/user/viewprofilepage/user-id/4185749)\n\nwelcome to this wonderful community.\n\nWhy would you want to give someone a dislike? This is a really strong and imho a hard way to judge on other people. Just don't leave a like or write a constructive comment to help them improve.\n",
"comments": null
},
{
"author": "??",
"body": "[@Fabienne Gerhard](/t5/user/viewprofilepage/user-id/971720) [@Nic Brough -Adaptavist-](/t5/user/viewprofilepage/user-id/781454) Thank you for your reply. Yeap?Write a comment maybe better,\n",
"comments": null
},
{
"author": "Ollie Guan",
"body": "Agree with [@Nic Brough -Adaptavist-](/t5/user/viewprofilepage/user-id/781454)\n\n[@??](/t5/user/viewprofilepage/user-id/4185749) @ If you need to implement the voting function in Confluence, you can try to use the following plugins.\n\n[Survey and Vote Macros](https://marketplace.atlassian.com/apps/195/survey-and-vote-macros)\n\n[Multivote\\&Enterprise Survey (Confluence)](https://marketplace.atlassian.com/apps/1210786/multivote-enterprise-survey-confluence)\n\n[Polls for Confluence](https://marketplace.atlassian.com/apps/1211126/polls-for-confluence)\n",
"comments": null
},
{
"author": "Fabienne Gerhard",
"body": "Thanks [@Nic Brough -Adaptavist-](/t5/user/viewprofilepage/user-id/781454) - very wise words!\n",
"comments": null
}
] | https://community.atlassian.com/t5/Announcement-questions/Maybe-we-need-a-button-dislike/qaq-p/1550997 | [
"confluence",
"announcement",
"confluence-server",
"server"
] |
{
"author": "Anton Samoilik",
"title": "Sales Team Not Responding Long Time",
"body": "Hello Atlassian, is it a new normal to not respond to sales inquiries for way more than one week?\n"
} | [
{
"author": "Daniel Eads",
"body": "Hi [@Anton Samoilik](/t5/user/viewprofilepage/user-id/756454) ,\n\nLooking through our support system, I don't see any cases for your organization. How did you reach out earlier and do you have a case number? I'm happy to look into this for you.\n\nIf you can point me at where you reached out (an email address you contacted, which web form you used, a case number / response from one of our systems that a ticket was opened), that would be helpful!\n\nThanks, \nDaniel \\| Atlassian Support\n",
"comments": [
{
"author": "Yury V. Zaytsev",
"body": "Hi Daniel,\n\nI've got the same problem - the request that I've sent back in October via the form on the website hasn't been answered after one month. So I've opened another one, this time using the support system - CA-1163431 - it hasn't been answered after a week as well. I'm really at a loss. What's going on?\n\nAll the best,\n\nYury\n"
},
{
"author": "Kameron",
"body": "Hi Yury,\n\nApologies for the delay here, there was a miscommunication that resulted in the case not being routed to the appropriate team. I have found your case and it has been escalated to have a team member look into this right away. Please lookout for a reply on CA-1163431 shortly.\n\nThank you,\n\nKameron\n"
},
{
"author": "Yury V. Zaytsev",
"body": "Hi Kameron,\n\nThanks for your help so far, I've finally got an answer - hopefully we'll be able to work something out to get me problem solved...\n\nAll the best,\n\nYury\n"
},
{
"author": "Kameron",
"body": "Hi Yury,\n\nGlad to hear it, do let me know if I can help in any other way. :) \n\nCheers,\n\nKameron\n"
}
]
}
] | https://community.atlassian.com/t5/Announcement-questions/Sales-Team-Not-Responding-Long-Time/qaq-p/1527053 | [
"feedback-forum"
] |
{
"author": "Rob Horan",
"title": "Does the Atlassian Community block JSON in replies?",
"body": "Several days ago I asked a question of the community about a particular issue I was having with an automation rule. I worked with someone offline and was able to obtain a solution. I then tried to post an answer to my own question. It would not post. I tried in a code block, outside of a code block - NOTHING. I then posted my solution as an image. That was fine.\n\nIs there a block against JSON? This would be unfortunate as it would prevent others from getting the help they need in many cases.\n"
} | [
{
"author": "Daniel Ebers",
"body": "Hi Rob,\n\nI think it is not especially because of JSON format and experienced the same when HTML tags were in the content to be copied here.\n\nThe answer is saved after clicking on \"Answer\" but magically \"gone\" - not displayed. No chance to recover it.\n\nDid you copy the JSON from a really plain source - or was there some HTML in it maybe (or some other formatting)? \nUp to now I thought it would be a local problem on my browser/PC.\n\nRegards, \nDaniel\n",
"comments": [
{
"author": "Rob Horan",
"body": "I copied from a plain text editor.\n\nEven if I did have some HTML, I also pasted into a code block, which should have ensured success, but to no avail.\n"
},
{
"author": "Daniel Ebers",
"body": "Could you please paste the problematic JSON here into reply again?\n\nIf it still fails I provide you a mail address so this can be looked into by the responsible people.\n"
},
{
"author": "Rob Horan",
"body": "I pasted an image as an answer here:\n\n<https://community.atlassian.com/t5/Jira-questions/How-can-I-automatically-create-a-new-sub-task-when-another-sub/qaq-p/1535881>\n"
},
{
"author": "Rob Horan",
"body": "{ \n\"fields\": { \n\"parent\": { \n\"key\": \"{{issue.parent.key}}\" \n} \n} \n}\n"
},
{
"author": "Rob Horan",
"body": ".png\")\n"
},
{
"author": "Daniel Ebers",
"body": "Got it. Looks ok for now. \nExcept for the indent, maybe :)\n"
},
{
"author": "Rob Horan",
"body": "Except that when I went to paste exactly that on my question again it failed.\n"
},
{
"author": "Daniel Ebers",
"body": "If you want you can send it exactly in the troubling format to this temporary mail address:\n\n[[email protected]](https://maildrop.cc/inbox/agreeablehyena)\n\nI cannot copy it out from the picture for a test.\n"
}
]
}
] | https://community.atlassian.com/t5/Announcement-questions/Does-the-Atlassian-Community-block-JSON-in-replies/qaq-p/1538500 | [
"code-block",
"community",
"feedback-forum",
"format",
"json"
] |
{
"author": "Daniel Kaufman",
"title": "Atlassian is still looking to talk to customers who received 'non-technical' help from Atlassian",
"body": "Hi Atlassian Community!\n\nDanny here again! I am a designer working with Atlassian support\n\nHave you ever reached out to Atlassian for any **non-technical related questions**? Maybe you had a question about a bill, or needed help with account management, or had a licensing question? If so, we are interested in getting your perspective and feedback about your experience.\n\nI am reaching out to you all because my team is looking to learn more about how we can improve Atlassian's non-technical support experiences\n\nIf this fits your description, and you are willing to give us some of your time for a thank you gift, please fill out this **[short questionnaire](https://forms.gle/DQLkH9BqZt3dTHtm8)** and a member of our team will reach out to you for more information.\n\nHope to hear from you soon!\n\nDanny\n"
} | [
{
"author": "Liam Green",
"body": "Hi [@Daniel Kaufman](/t5/user/viewprofilepage/user-id/3001024)\n\nI've filled out the questionnaire and not had any response. When should I expect to hear from you?\n\nThanks, Liam\n",
"comments": [
{
"author": "Inayat Nahvi",
"body": "Hi [@Daniel Kaufman](/t5/user/viewprofilepage/user-id/3001024)\n\nSame here. I completed this one and another questionnaire at [https://community.atlassian.com/t5/Feedback-Forum-articles/We-want-to-talk-to-admins-Atlassian-research/ba-p/1473884.](https://community.atlassian.com/t5/Feedback-Forum-articles/We-want-to-talk-to-admins-Atlassian-research/ba-p/1473884.?) How long typically do you allow for feedback before reaching out?\n\nThanks, Inayat.\n"
},
{
"author": "Inayat Nahvi",
"body": "[@Liam Green](/t5/user/viewprofilepage/user-id/3084048) , did you ever hear back?\n\n[@Daniel Kaufman](/t5/user/viewprofilepage/user-id/3001024) , do you notify everyone who completes the questionnaire if they are selected or not?\n"
},
{
"author": "Daniel Kaufman",
"body": "[@Inayat Nahvi](/t5/user/viewprofilepage/user-id/743883) yes, we have already conducted this research -- we wish we could talk to everyone. Thank you, for your interest.\n"
}
]
}
] | https://community.atlassian.com/t5/Announcement-questions/Atlassian-is-still-looking-to-talk-to-customers-who-received-non/qaq-p/1486855 | [
"feedback-forum"
] |
{
"author": "Daniel Kaufman",
"title": "We want to talk to customers who have received 'non-technical' help from Atlassian Support",
"body": "Hi Atlassian Community!\n\nHave you ever reached out to Atlassian for any **non-technical related questions**? Maybe you had a question about a bill, or needed help with account management, or had a licensing question? If so, we are interested in getting your perspective and feedback about your experience.\n\nMy name is Danny and I'm a Designer at Atlassian. I am reaching out to you all because my team is looking to learn more about how we can improve Atlassian's non-technical support experiences\n\nIf this fits your description, and you are willing to give us some of your time for a thank you gift, please fill out this **[short questionnaire](https://forms.gle/DQLkH9BqZt3dTHtm8)** and a member of our team will reach out to you for more information.\n\nHope to hear from you soon!\n\nDanny\n"
} | [
{
"author": "Liam Green",
"body": "[@Daniel Kaufman](/t5/user/viewprofilepage/user-id/3001024) Do you have a none Google Docs link?\n",
"comments": null
},
{
"author": "Jan Blanarik",
"body": "Ano ka?d? den na nete\n",
"comments": null
}
] | https://community.atlassian.com/t5/Announcement-questions/We-want-to-talk-to-customers-who-have-received-non-technical/qaq-p/1477247 | [
"announcement",
"feedback-forum"
] |
{
"author": "Max Fr",
"title": "Can?t see my posts",
"body": "Hello .\n\nI cant see my post .\n\n<https://community.atlassian.com/t5/Jira-Software-questions/Can-t-check-base-URL-warning-and-gadget-common-error-500/qaq-p/1367498#M75732>\n"
} | [
{
"author": "Deepanshu Natani",
"body": "Hi [@Max Fr](/t5/user/viewprofilepage/user-id/3899644)\n\nYou have copy-pasted too much of code/ logs due to which the post is being reviewed.\n\nIt should be available in some time.\n",
"comments": [
{
"author": "Max Fr",
"body": "Thank you .\n"
},
{
"author": "Mahdi Challouf",
"body": "I'm experiencing the same issue. I posted a question to the community, but it has been more than 15 minutes, and I'm still not seeing it\n"
}
]
}
] | https://community.atlassian.com/t5/Announcement-questions/Can-t-see-my-posts/qaq-p/1367588 | [
"feedback-forum"
] |
{
"author": "Claudio Cicali",
"title": "Right now you cannot add comments in here (JS error)",
"body": "Yo, Atlassian,\n\ntrying to add a comment in here (for example) <https://community.atlassian.com/t5/Jira-Software-questions/I-m-using-jira-rest-client-api-5-1-0-but-due-to-GDPR-change-I/qaq-p/1356867> generates a JSON error. See screenshot. \n\nCouple of days ago I was able to.\n\n\n\nPlease note that my network also blocks calls to \\`api.segment.io\\`, not sure if related.\n"
} | [
{
"author": "Claudio Cicali",
"body": "(fixed yesterday late afternoon)\n",
"comments": null
}
] | https://community.atlassian.com/t5/Announcement-questions/Right-now-you-cannot-add-comments-in-here-JS-error/qaq-p/1363075 | [
"feedback-forum",
"jira-software"
] |
{
"author": "Kris G _Alacriz_",
"title": "My Answer button not working",
"body": "I have been trying to answer on the community from three browsers - Chrome, Firefox and Edge.\n\nEvery time, I write the answer and I hit on the Answer button, the button goes disabled and the answer is not posted.\n\nHas anyone encountered this ? How do I fix this ?\n\nThanks, \nKris\n"
} | [
{
"author": "repi",
"body": "[@Kris G _Alacriz_](/t5/user/viewprofilepage/user-id/1361914)\n\nI also have the problem occasionally. \nIn that case, I copy my answer, close the respective thread and open it again. Then I copy my answer into the text editor again. So far, this has mostly worked. \nThe editor also seems to have some problems with certain characters. It is also important that the code of any kind is always shown in the code block\n",
"comments": [
{
"author": "Nic Brough -Adaptavist-",
"body": "Interesting, have you spotted any pattern in the special characters that work or do not?\n"
},
{
"author": "repi",
"body": "Unfortunately, no, that's more of a feeling.\n"
}
]
},
{
"author": "Italo Qualisoni [e-Core]",
"body": "I had this behavior too, sharing what happen with me:\n\n* When I tried to use a gif image (I could see the gif in in the editor but I was unable to save/publish the comment)\n* When I copied/pasted an external content, maybe I copied an invalid character.\n",
"comments": null
},
{
"author": "Nic Brough -Adaptavist-",
"body": "I know of one way to replicate exactly these sypmtoms - get distracted.\n\nIf you open an community question in a browser and then wander off to make tea or something, when you come back, you can get exactly what you describe. Click answer or comment and it just goes grey and posts nothing. Refresh the page and post again - absolutely fine.\n\nIt feels like there is an invisible timeout on an open page. It's not logging you out, but it is blocking posting if you have been inactive.\n\nIs that what you are seeing here?\n",
"comments": [
{
"author": "Kris G _Alacriz_",
"body": "Thanks for the response, [@Nic Brough -Adaptavist-](/t5/user/viewprofilepage/user-id/781454) .\n\nI wish you were right :)\n\nEven if I refresh the browser or open a fresh new browser or a tab (Edge, Chrome, Firefox) with no time lag absolutely, the behavior is the same. The Answer button goes grey. Surprisingly, I can still click on Cancel button.\n\nIs there anything else I can try?\n"
},
{
"author": "Nic Brough -Adaptavist-",
"body": "I don't know, that's the only time I've seen that behaviour, but it's not what is happening to you.\n"
},
{
"author": "Shannon S",
"body": "Hi [@Kris G _Alacriz_](/t5/user/viewprofilepage/user-id/1361914)\n\nI experience the same behavior that Nic mentions; copying my reply and refreshing the page with CMD+R has always solved it. I'm not sure on why that might not have worked for you, so we need to look into that more.\n\nI've just reported his with the team, so hoping to get some clarity on this!\n\nThank you,\n\nShannon\n"
},
{
"author": "repi",
"body": "[@Shannon S](/t5/user/viewprofilepage/user-id/510046)\n\nThe community editor seems to have a special problem with the nick of Kris G ... \nFits my assumption regarding problems with certain character constellations.\n"
},
{
"author": "Shannon S",
"body": "[@repi](/t5/user/viewprofilepage/user-id/302600),\n\nIf Kris G is encountering this issue, then likely others are too, so I've included the the findings from this thread in my internal report. Hopefully we can find out what the issue is!\n\nShannon\n"
}
]
}
] | https://community.atlassian.com/t5/Announcement-questions/My-Answer-button-not-working/qaq-p/1429692 | [
"feedback-forum"
] |
{
"author": "Morgan Williams",
"title": "Research Participants Needed (Atlassian Customers)",
"body": "Hi Community,\n\nMeld Studios are working with Atlassian to do some research :)\n\nWe'd like to give you AUD$150 so that you can tell us about your experience of ++purchasing and managing++ Atlassian software including Jira, Confluence, Trello, Bitbucket, and others.\n\n<br />\n\nYou'll be someone ++directly++ involved in: \n\n- Deciding to buy Atlassian products \n- Paying for Atlassian products \n- Managing Atlassian products and users \n\nIf you think you might fit the bill, or work with someone who does please let us know if you'd be free to a 45-60 minute interview. Note that this isn't about your experiences using Atlassian's products, rather about how you engage with Atlassian to buy, pay for or manage their products for your users. \n\nAll interviews will be conducted through Zoom, and anyone we speak to will need to speak conversational English. Our team are based in Sydney, Australia but we're happy to work around timezones to find a suitable time to chat. \n\nIf you'd like to set up a time for a chat with us, please get in touch with me via [email protected]\n\nCheers Morgan,\n"
} | [
{
"author": "Drew Cottrell",
"body": "Hi [@Morgan Williams](/t5/user/viewprofilepage/user-id/3870050) just sent you an email would be happy to participate!\n",
"comments": null
},
{
"author": "Gonchik Tsymzhitov",
"body": "Sounds good :)\n",
"comments": [
{
"author": "Morgan Williams",
"body": "thanks Gonchik :) chat by email\n"
}
]
},
{
"author": "Inayat Nahvi",
"body": "Hi [@Morgan Williams](/t5/user/viewprofilepage/user-id/3870050) , are you still looking for research participants?\n",
"comments": null
}
] | https://community.atlassian.com/t5/Announcement-questions/Research-Participants-Needed-Atlassian-Customers/qaq-p/1352174 | [
"feedback-forum"
] |
{
"author": "bill chef",
"title": "How do I know the Forge Slack URL ?",
"body": "Hello. I'm Bill\n\nHow do I know the Forge Slack URL ? \nI tried below example... \n[https://developer.atlassian.com/platform/forge/build-a-hello-world-app-in-jira/](https://developer.atlassian.com/platform/forge/build-a-hello-world-app-in-jira/ \"https://developer.atlassian.com/platform/forge/build-a-hello-world-app-in-jira/\") \nI see got below error \nError: Account does not have app creation enabled (requestId: e36a46c20d4e6fdb)\n\nBecause of it is currently in beta, can it be used only by Atlassian developers?\n\nhelp, plz \nI want to try Forge very much.\n\nThank U,\n"
} | [
{
"author": "Dugald Morrow",
"body": "Hi [@bill chef](/t5/user/viewprofilepage/user-id/3698803) ,\n\nForge is currently in a closed beta phase which means you must apply to join a waitlist for being onboarded. You should see an option to apply in the following page: <https://www.atlassian.com/forge>. After you are onboarded, you will receive an email with instructions on where to get help (including the Forge Slack URL) and the message you received above should no longer occur.\n\nRegards,\n\nDugald Morrow\n",
"comments": [
{
"author": "Rana Ahmed",
"body": "Is still in closed beta. Why isn't that mentioned on that forge page\n"
}
]
}
] | https://community.atlassian.com/t5/Announcement-questions/How-do-I-know-the-Forge-Slack-URL/qaq-p/1345085 | [
"feedback-forum",
"forge"
] |
{
"author": "Ajay _view26_",
"title": "Issue when answering to Questions",
"body": "I get a console error when I try replying to any community post . Is anyone facing the same issue ?\n\n\n"
} | [
{
"author": "mattjared",
"body": "Hey Ajay! I'm a developer who works on the site, sorry you're not able to post your reply. Can you send me the page you're trying to reply to? Also, do you have any ad or content blockers turned on at the moment?\n",
"comments": null
}
] | https://community.atlassian.com/t5/Announcement-questions/Issue-when-answering-to-Questions/qaq-p/1325017 | [
"feedback-forum",
"off-topic"
] |
{
"author": "Leandro Matias Ciccioli",
"title": "Notificacion al usuario/cliente",
"body": "Nosotros cargamos las incidencias de la empresa mediante un mail o un llamado telef?nico, no por un portal. Al crear la incidencia y luego finalizarla, necesito que al cliente le llegue algo de que termino su pedido. Es factible esto? Donde lo configuro?.\n\nGracias\n"
} | [
{
"author": "Adrian Stephen",
"body": "Hi [@Leandro Matias Ciccioli](/t5/user/viewprofilepage/user-id/3721734)\n\nUsers can raise issues in Jira via email as well:\n\n* <https://confluence.atlassian.com/adminjiraserver/creating-issues-and-comments-from-email-938847641.html>\n* <https://confluence.atlassian.com/adminjiracloud/creating-issues-and-comments-from-email-779288896.html>\n",
"comments": [
{
"author": "Leandro Matias Ciccioli",
"body": "Hola [@Adrian Stephen](/t5/user/viewprofilepage/user-id/510032) , osea que yo si me llaman o me mandan un mail yo lo puedo hacer tickets con las personas de mesa de entrada , pero al usuario final que no tiene licencia como lo notifico?\n\nDecime como seria en ambos casos\n\n1- si llaman a traves de un 0800\n\n2- Por mail.\n\nSaludos.\n"
},
{
"author": "David Valle",
"body": "No es necesario que el cliente tenga una cuenta o licencia , yo he configurado En configuraci?n , y en mi correo de entrada , poniendo una regla que cuando recibas un correo de un cliente al Corro de la cuenta atlassian (este correo se encuentra especificado en esa secci?n , ejemplo : [email protected] ) el autom?ticamente te crea una incidencia ,\n\nhasta le puedes especificar qu? tipo de incidencia (error , historia , etc.. ) y en qu? proyecto se ubicar?n las incidencias\n"
},
{
"author": "David Valle",
"body": "Lo de la llamada eso si ni idea , pero talves puedes probar el service desk donde se controlan m?s a los clientes\n"
}
]
}
] | https://community.atlassian.com/t5/Announcement-questions/Notificacion-al-usuario-cliente/qaq-p/1280650 | [
"feedback-forum"
] |
{
"author": "Omar Almanza",
"title": "JavaScript Load Error",
"body": "I had a client clear her cache in Chrome and when she tried to log back in it came back with a \"JavaScript load error\" She is not able to log in.\n"
} | [
{
"author": "Nayeemuddin Khan",
"body": "In Chrome, allow JavaScript from Atlassian:\n\n1. Open Chrome settings\n2. Click on Advanced\n3. Click on Privacy and Security\n4. Click on Site Settings\n5. Click on JavaScript\n6. Make sure JavaScript is set to allowed\n7. Next to Allow, click Add\n8. Paste the URL from the error message in and click Add\n\nLet us know if that resolve your clients issue.\n",
"comments": [
{
"author": "rachel gomez",
"body": "Fix JavaScript errors\n\n<br />\n\nThe first experience you have with the Console is likely to be errors in scripts.\n\nDemo page: JavaScript error reported in the Console tool \nOpen the demo webpage JavaScript error reported in the Console tool in a new window or tab.\n\nRight-click anywhere in the webpage and then select Inspect. Or, press F12. DevTools opens next to the webpage.\n\nIn the top right of DevTools, the Open Console to view errors button displays an error about the webpage.\n\nClick the Open Console to view errors button on the top right. In DevTools, the Console gives you more information about the error:\n\nDevTools gives detailed information about the error in the Console.\n\nMany error messages in the Console have a Search for this message on the Web button, shown as a magnifying glass. This feature was introduced in Microsoft Edge version 94. (For more information, see Search the web for a Console error message string.)\n\nThe information in this error message suggests that the error is on line 16 of the error.html file.\n\nClick the error.html:16 link on the right of the error message in the Console. The Sources tool opens and highlights the line of code with the error:\n\nThe Sources tool highlights the line of code that causes the error.\n\nThe script tries to get the first h2 element in the document and paint a red border around it. But no h2 element exists, so the script fails.\n\nFind and debug network issues \nThe Console also reports network errors.\n\nDemo page: Network error reported in Console \nOpen the demo webpage Network error reported in Console in a new window or tab.\n\nRight-click anywhere in the webpage and then select Inspect.\n\nConsole displays a Network and a JavaScript error.\n\nThe table displays loading, but nothing changes on the webpage, because the data is never retrieved. In the Console, the following two errors occurred:\n\nA network error that starts with GET HTTP method followed by a URI.\n\nAn Uncaught (in promise) TypeError: data.forEach is not a function error.\n\nClick the link to the webpage and line of code where the error occurs, to open the Sources tool. That is, click the network-error.html:40 link in the Console:\n\nSelect the link to the webpage and line of code where the error occurs, to open the Sources tool.\n\nThe Sources tool opens. The problematic line of code is highlighted and followed by an error (x) button.\n\nClick the error (x) button. The message Failed to load resource: the server responded with a status of 404 () appears.\n\nTo find the error in JavaScript, use the Sources tool.\n\nThis error informs you that the requested URL isn't found.\n\nOpen the Network tool, as follows: open the Console, and then click the URI that's associated with the error.\n\nThe Console displays an HTTP status code of the error after a resource isn't loaded:\n\nThe Console displays an HTTP status code of the error after a resource isn't loaded.\n\nThe Network tool displays more information about the failed request:\n\nThe Network tool displays more information about the failed request.\n\nInspect the headers in the Network tool to get more insight:\n\nInspecting the headers in the Network tool may give more insight.\n\nWhat was the problem? Two slash characters (//) occur in the requested URI after the word repos.\n\nOpen the Sources tool and inspect line 26. A trailing slash character (/) occurs at the end of the base URI.\n\nRegards,\n\nRachel Gomez\n"
},
{
"author": "Experieco_Build",
"body": "Did the same as mentioned, still getting same error.\n"
}
]
}
] | https://community.atlassian.com/t5/Announcement-questions/JavaScript-Load-Error/qaq-p/1277785 | [
"feedback-forum"
] |
{
"author": "Robert Horan",
"title": "Can I delete my own questions?",
"body": "I can't find an option to do so.\n"
} | [
{
"author": "DPKJ",
"body": "[@Robert Horan](/t5/user/viewprofilepage/user-id/2922891) No you can't delete questions from community!\n",
"comments": [
{
"author": "Robert Horan",
"body": "Can someone do this on my behalf then?\n"
},
{
"author": "Nic Brough -Adaptavist-",
"body": "Community leaders can move them to another topic (we have an \"off topic\" category for stuff that really isn't Atlassian based, but we don't want to completely kill because it's an innocent mistake rather than spam or offensive).\n\nThere's a special topic of \"removed posts\" which we would use for stuff you want deleted - only Leaders and Atlassians can see posts in it (and they don't appear in feeds even when we can see them) and I think it gets cleaned out sometimes - stuff over a couple of months old is binned as pointless. (Bit of time to move them back if there's a mistake)\n\nGive one of us a pointer to what you want removed, and any one of us seeing the request will move it to removed for you. (If you comment on the post, we might not be watching it, so we won't get the comment, and you'll be relying on a leader/atlassian seeing it. If you comment here, [@DPKJ](/t5/user/viewprofilepage/user-id/690016) and I will be mailed, so one of us will get it for you)\n"
},
{
"author": "Robert Horan",
"body": "Thanks! I wanted to delete this question: \n<https://community.atlassian.com/t5/Jira-questions/Will-Atlassian-change-field-configuration-screen-so-it-won-t/qaq-p/1270920#M401341>\n\nI had originally tried to create this with my personal account but I mixed up browsers.\n"
},
{
"author": "Nic Brough -Adaptavist-",
"body": "I moved it to \"removed\", but I didn't want to. \n\nI's a damn good question with a good answer. I don't want to remove it because the conversation might help others. \n\nBut it is yours and you don't want it to be public. If I have got it right (please, check, and tell us), it's all private again. \n"
},
{
"author": "Rob Horan",
"body": "Oh, if it's helpful then please move it back :)\n\nSorry, I thought maybe it was an inappropriate question at first.\n"
}
]
}
] | https://community.atlassian.com/t5/Announcement-questions/Can-I-delete-my-own-questions/qaq-p/1271115 | [
"announcement",
"feedback-forum",
"off-topic"
] |
{
"author": "Bernard Van Heuverswyn",
"title": "Using Loom in Confluence",
"body": "Loom seems very interesting to me, but only if it is possible to use it in integration with Confluence. \nConfluence serves as a Wiki (for our other products as well), and creating help videos is quite complex. \nWe have to go through external programs (Camtasia), then publish them privately on Youtube, and finally integrate them into Confluence. \nIs LOOM better integrated for: \n- creating demo videos simply (with, for example, a button in Confluence) \n- editing them (cutting, adding images, etc.) \n- Integrating them into Confluence pages ? \n\nThanks\n"
} | [
{
"author": "Fabio Racobaldo _Herzum_",
"body": "Hi [@Bernard Van Heuverswyn](/t5/user/viewprofilepage/user-id/5186204) ,\n\nLoom is completely integrated within Confluence. Please take a look to the following useful article <https://support.atlassian.com/confluence-cloud/docs/use-loom-in-confluence-cloud/>\n\nHope this helps,\n\nFabio\n",
"comments": [
{
"author": "Bernard Van Heuverswyn",
"body": "Thanks Fabio. I will try it\n"
}
]
},
{
"author": "Barbara Szczesniak",
"body": "[@Bernard Van Heuverswyn](/t5/user/viewprofilepage/user-id/5186204) In addition to Fabio's response, I thought I'd mention that I got an email from Atlassian yesterday about the **Get the most out of Loom** Learning Path:\n\n<https://university.atlassian.com/student/collection/850385/path/3092013>\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Using-Loom-in-Confluence/qaq-p/2821199 | [
"addon-liecbddmkiiihnedobmlmillhodjkdmb",
"atlassian-marketplace",
"cloud",
"confluence-cloud"
] |
{
"author": "Kate Reeder",
"title": "Display count of items listed on a page",
"body": "Hi folks - anyone know of a way to systematically count the number of items listed on a page in Confluence (cloud)? Here's my use case - I am using an embed link on a Confluence page to display a list of project we have in Atlas (Platform Experience), this list is filtered by status per the embedded link. See image below. The embed link is in an Expand macro so I can list all the different statuses from Atlas, allowing users to open the desired status to see the list of projects aligned with that status. I'd like to include a count of the projects listed in each Expand macro, thus giving the user a count of the projects in each status. I'd love to present these counts at the top of the page, above all the expand macros to show a total of the number of projects in each status... but if the only option is to include a total count within the corresponding Expand Macro I can live with that. Am trying to do this systematically so the counts update automatically as the projects change status.\n\nI haven't found an obvious existing macro to use for this, so I'm guessing some HTML or JavaScript may be needed to get what I'm after.\n\nI'm hoping someone in the community has done something like this and can point me in the right direction.\n\nTHX in advance for your ideas and help!!\n\n\n"
} | [
{
"author": "Kristian Klima",
"body": "Hi [@Kate Reeder](/t5/user/viewprofilepage/user-id/5568693)\n\nYou may want to check [Count for Confluence](https://marketplace.atlassian.com/apps/1230784/count-for-confluence?hosting=cloud&tab=overview) - it claims it can count macros and other things.\n\n\"Also want to know the total number of words, characters (w/ \\& w/o spaces), paragraphs, lines, images, and macros on a Confluence page?\"\n\nAs your items are nicely in lines, I'm thinking along the way of using the app to count lines in the specific expand. It's kinda like 'count what you can to get the count of what you want' hack but it might work.\n\nDisclaimer: I did not use the app and I'm not affiliated with the vendor, I just found your use case intriguing. There might be other stuff counting apps in the Marketplace, which might work if the count the lines hack works.\n",
"comments": [
{
"author": "Kate Reeder",
"body": "Thank you for the suggestion, [@Kristian Klima](/t5/user/viewprofilepage/user-id/5074962) !\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Display-count-of-items-listed-on-a-page/qaq-p/2821047 | [
"cloud",
"confluence-cloud"
] |
{
"author": "hdenenberg",
"title": "Is there a time limit for how long something lives in the archive before automatic deletion?",
"body": "Hi! I am building an enterprise strategy for my company's usage of Confluence and was recently asked how long archived spaces and pages can live in the archive.\n\nI am not sure if the lifetime of something in the archive expires / if things are ever automatically moved to the trash after X number of years in the archive.\n\nDoes anyone know the answer?\n"
} | [
{
"author": "Camilo Galleguillos",
"body": "Hi!\n\nThe archived spaces do not have an expiry date, nor are they deleted after any amount of time. Only spaces moved to **Trash** will be deleted after 60 days.\n\nBest,\n\n|----------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n|  | #### Camilo Galleguillos {#toc-hId-374382831} Sr. Technical Consultant [**ServiceRocket**](https://servicerocket.com/) [[email protected]](mailto:[email protected]) Santiago, Chile |\n",
"comments": [
{
"author": "Kristian Klima",
"body": "[@Camilo Galleguillos](/t5/user/viewprofilepage/user-id/4777596)\n\nTrashed spaces are NOT deleted automatically, see the screenshot from Confluence Cloud.\n\n\n"
},
{
"author": "Camilo Galleguillos",
"body": "[@Kristian Klima](/t5/user/viewprofilepage/user-id/5074962) thanks for noting it! The automatic deletion of spaces in trash is scheduled to start taking place on January 2025.\n\n<https://support.atlassian.com/confluence-cloud/docs/delete-a-space/>\n\n\n"
}
]
},
{
"author": "Kristian Klima",
"body": "[@hdenenberg](/t5/user/viewprofilepage/user-id/5526427)\n\nThere's no automatic deletion of anything. You're in control of your content.\n\nI would advise, though, to purge a space trash once in especially if you're using that space in some sort of space sync scenario as it will expand dramatically.\n\n<https://support.atlassian.com/confluence-cloud/docs/archive-pages/>\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Is-there-a-time-limit-for-how-long-something-lives-in-the/qaq-p/2821017 | [
"cloud",
"confluence-cloud"
] |
{
"author": "Robin Wright",
"title": "How to sort a table created by several Excerpt Includes embedded in a Table Transformer?",
"body": "I have a table that is created using the Table Transformer with over a dozen Excerpt Includes that reference single row tables from as many different confluence pages. The table generates as expected. However the first column is a date column and we always want the table sorted by ascending dates... but it always displays in an order that seems related to the order I have the Excerpts Includes arranged (but not identical). The dates in the Date column are also populated in all of the source tables using the Insert Date function in the format of dd M yy. I have used the edit Table Transformer (TT) to set up the following:\n\n1. In the Settings of TT, I've set the Date Format as dd M yy.\n\n2. In the SQL query of TT, I've entered the following SQL command:\n\nSELECT \\* FROM T\\*\n\nORDER BY 'Date' ASC\n\nEvery time we used this page we have to Click on the Date header to sort the column ascending. Is there any way to make this sort on date ascending upon Page refresh?\n"
} | [
{
"author": "Stiltsoft support",
"body": "Hi [@Robin Wright](/t5/user/viewprofilepage/user-id/2534127) ,\n\nIf you are talking about the [Table Transformer](https://docs.stiltsoft.com/tfac/dc-server/table-transformer-42241552.html?utm_source=atl_community&utm_medium=answer&utm_campaign=table-filter-traffic-sources&utm_vendorID=1216111) macro provided by the [Table Filter, Charts \\& Spreadsheets for Confluence](https://marketplace.atlassian.com/apps/27447/table-filter-charts-spreadsheets-for-confluence?tab=overview&hosting=datacenter&utm_source=atl_community&utm_medium=answer&utm_campaign=table-filter-traffic-sources&utm_vendorID=1216111) app, then your approach with the Table Transformer macro looks correct.\n\nTry to collect your report using not the standard Excerpt/Excerpt Include macros but our Table Excerpt/Table Excerpt Include macros. There you may tick the \"Show as a report\" option, and your separate tables will be combined into one big report.\n",
"comments": null
},
{
"author": "Alex Ortiz",
"body": "[@Robin Wright](/t5/user/viewprofilepage/user-id/2534127) Welcome to the Atlassian Community!\n\nI don't think Table Transformer is a default feature.\n\nI would recommend you reach out to the vendor and see if you can get some support from them.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/How-to-sort-a-table-created-by-several-Excerpt-Includes-embedded/qaq-p/2821014 | [
"confluence-data-center",
"data-center",
"excerpt-include",
"filter",
"sort",
"table",
"table-filter",
"table-filter-and-charts",
"table-filter-charts-spreadsheets",
"table-transformer"
] |
{
"author": "Elinor Dirette",
"title": "Tables exporting to PDF with strange formatting",
"body": "On Monday, tables on pages that I exported to PDF started rendering with strange shading on the sides. There are also shaded rectangles that appear where I have broken tables up in order to keep them from splitting at the page break.\n\nIt's only tables, no other type of content seems to be affected. It's happening both in the space where I have a PDF style sheet and in the one without a style sheet at all. I did try removing the CSS on the style sheet to see if that made a difference, but it did not.\n\nThe only time I have seen something similar is when tables in online pages have a horizontal scroll bar, but there are no scroll bars on these tables.\n\nAnyone else having this issue?\n"
} | [
{
"author": "Kristian Klima",
"body": "Hi [@Elinor Dirette](/t5/user/viewprofilepage/user-id/5568694) and welcome to the Community.\n\nI have a vanilla Confluence PDF export setup and can confirm that it is indeed the case. As it's trying to emulate a book... of sorts.\n",
"comments": [
{
"author": "Elinor Dirette",
"body": "Is there a way to make it stop?\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Tables-exporting-to-PDF-with-strange-formatting/qaq-p/2821001 | [
"cloud",
"confluence-cloud",
"pdf-export",
"tables"
] |
{
"author": "Andrew Antares",
"title": "Trouble with Jira Issues macro",
"body": "I have been using the Jira Issues macro successfully for months to create dashboards for my team. Recently a strange problem popped up.\n\nThe query I use contrains the issues to belong to specific assignees:\n\n\"project in (Project 1) and assignee in (Team Member X, Y, Z, etc) and sprint in openSprints() AND status != Done AND status != Backlog and status != Abandoned and issuetype != Epic and issuetype != Story\n\nRecently, two issues from Team Member Alpha have been showing up on ALL other instances of the macro that pull issues from Project 1. The issues are definitely not assigned to Alpha, the JQL definitely identifies X, Y, Z, etc as the assignees, and I have not made any recent changes to the JQL.\n\nThe extra weird part is that the two issues associated with Alpha are subtasks from two different stories. X, Y, Z, etc all have subtasks under these stories, but the subtasks from those stories that SHOULD be picked up by the macro for X, Y, Z etc isn't being picked up anywhere.\n\nSo, across every board (even new boards, I tried starting fresh) are picking up these same two subtasks assigned to Alpha.\n\nThe workaround is that I use \"AND assignee != (Alpha)\" and that clears out the issues from the wrong person. To pull in the missing issues that should be found by the query, I use \"labels = (custom label I made for each person and each missing subtask).\" This workaround solves the current problem but is not sustainable.\n\nAny troubleshooting tips out there?\n"
} | [
{
"author": "Shawn Doyle - ReleaseTEAM",
"body": "This looks more like a Jira question than a Confluence one. I was about to move this to the Jira forum for better visibility, but you did start out with the \"Jira Issue Macro\".\n\nHowever, for us to be able to troubleshoot, please post your exact JQL and we can see where you might be having an issue.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Trouble-with-Jira-Issues-macro/qaq-p/2820914 | [
"cloud",
"confluence-cloud"
] |
{
"author": "Rayman Bacchus",
"title": "Add Confluence Link when Creating JIRA via IFTTT",
"body": "This one should be easy, but I've spen over 3 hours on this trying to resolve. \n\nI have an onModified IFTTT in Confiforms that is supposed to add a Confluence Page link when a certain Domain is selected. I have the following command: \n\n*\"description\": \"\\*\\[entry.InitiativeName.escapeJSON\\]\\* \\\\n\\\\n \\*Request Type:\\* \\[entry.RequestType.label\\] \\\\n\\\\n \\*Intake Reference Number:\\* \\[entry.IntakeNumber\\] \\\\n\\\\n **\\*Intake Reference Link:\\* \\[entry.FraudPageId.formatLink(<https://collaborate.td.com/pages/viewpage.action?pageId=>)**\\]*\n\nfor some reason it is throwing an error: **Could not prepare JSON:**\n\n**I know it is the bolded piece that is creating the error because when I remove it the onModified works as expected.**Hoping someone can help me out with this and what my issue is as it is giving me migraines.\n"
} | [
{
"author": "Alex Medved _ConfiForms_",
"body": "```\n[entry.FraudPageId.formatLink(https://collaborate.td.com/pages/viewpage.action?pageId=).escapeJSON]\n```\n",
"comments": [
{
"author": "Rayman Bacchus",
"body": "Hi Alex: \n\nYour answer currently shows me this in the JIRA Page: \n\n**Confluence Page Link:** \\<a href=\"<https://collaborate.td.com/pages/viewpage.action?pageId=2633475262>\" target=\"_blank\"\\>2633475262\\</a\\> target=\"_blank\"\\>2633475262\\</a\\> \n\nI was able to figure it out by adding a hidden field in my Form to capture the actualy Page Link, so the link works now: \n\n**Confluence Page Link:** <https://collaborate.td.com/pages/viewpage.action?pageId=2633475262> \n\nI was just hoping I could mask the hyperlink with text line \"Here\"\n"
},
{
"author": "Alex Medved _ConfiForms_",
"body": "Does your field in Jira is actually capable of rendering a HTML?\n\nMaybe you need to pass the wiki markup?\n\n```\n[[entry.FraudPageId.prepend(https://collaborate.td.com/pages/viewpage.action?pageId=).escapeJSON]]\n```\n"
},
{
"author": "Rayman Bacchus",
"body": "Yes. THe JIRA field is the Description field so it can render HTML. The solution you provided does work, but it produces the same result as if I use \n\n\\*Confluence Page Link:\\* \\[entry.FraudPageLink\\]. \n\nI'll accept your answer and thank you as always.\n"
},
{
"author": "Alex Medved _ConfiForms_",
"body": "Unless you have changed that, but <https://confluence.atlassian.com/adminjiraserver/configuring-renderers-938847270.html>\n\nThe description field uses wiki renderer and therefore does not like the HTML contents and expects the wiki format\n\nTrue that it can render a link (-like text) as a hyperlink\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Add-Confluence-Link-when-Creating-JIRA-via-IFTTT/qaq-p/2820846 | [
"addon-com.vertuna.confluence.plugins.confiforms",
"confiforms",
"confluence-data-center",
"data-center",
"ifttt"
] |
{
"author": "Heinrich Ulbricht _WikiTraccs_",
"title": "REST API V2: How to make a page child of a database (or folder, or...)?",
"body": "The Confluence Cloud v2 REST API [endpoint to create a page](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-pages-post) takes a **parentId** parameter to specify a parent content ID. The docs don't narrow down the parent content type, but setting a **database** as parent seems to fail.\n\n**How to specify a non-page content type as parent of a page, like a parent database, or a parent whiteboard, or a parent folder?**\n\nUsers can manually make pages children of those non-page content types.\n\nThe API returns a 500 server error when trying to use a database as parentId of a page:\n\n```\n{\"errors\":[{\"status\":500,\"code\":\"INTERNAL_SERVER_ERROR\",\"title\":\"Internal Server Error\",\"detail\":null}]}\n```\n\n(I also checked if there is a general issue with databases as parent, but setting the parentId of a database to another database succeeds. Also, setting a page as parent of a database succeeds. But database as parent of a page? Nope. Folder as the parent of a page? Nope again.)\n"
} | [
{
"author": "David Bakkers",
"body": "Hello [@Heinrich Ulbricht _WikiTraccs_](/t5/user/viewprofilepage/user-id/1116089)\n\nGood news, you can do it... but it's a two step process.\n\nAfter you have created the page, you then use the v1 [Move a page to a new location endpoint](https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content---children-and-descendants/#api-wiki-rest-api-content-pageid-move-position-targetid-put) and **append** that page to the other content type (database, folder, whiteboard etc) that you want as the parent.\n\nEven though the endpoint refers to *pages*, it works on all content types, so you can use it to move any content (and its descendents) to any specific location anywhere in the content tree.\n",
"comments": [
{
"author": "Heinrich Ulbricht _WikiTraccs_",
"body": "Tested and it works. Perfect workaround, thank you.\n\nI'm using this for now, but still hope for the parentId to start working at some point...\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/REST-API-V2-How-to-make-a-page-child-of-a-database-or-folder-or/qaq-p/2820786 | [
"cloud",
"confluence-cloud",
"rest-api"
] |
{
"author": "Katja Kaiser",
"title": "Work with checkboxes even if the user is not allowed to edit the page possible?",
"body": "Hello Community,\n\nis there a way to make the page non-editable (anyone in this space can view, only some can edit) while still allowing people to check the checkboxes? \nI thought this worked before, but I'm not sure if that was really the case.\n\nThank you for your support.\n"
} | [
{
"author": "Kathy Hart",
"body": "[@Katja Kaiser](/t5/user/viewprofilepage/user-id/5600608) Do you mean to check the box to show that a Confluence Task is completed?\n\nThat is not available at this time, however, there is a suggestion in Atlassian support that you can vote for in hopes of it being implemented.\n\n<https://jira.atlassian.com/browse/CONFCLOUD-72831>\n\nYour vote will move it along the path to getting picked up and implemented.\n\nKathy\n",
"comments": [
{
"author": "Katja Kaiser",
"body": "Thank you!\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Work-with-checkboxes-even-if-the-user-is-not-allowed-to-edit-the/qaq-p/2820580 | [
"cloud",
"confluence-cloud"
] |
{
"author": "Patrick Liang",
"title": "Confiforms: how do I convert a string to date? for example 2024-10-25 to timestamp",
"body": "How do I convert a string to date? for example 2024-10-25 to timestamp\n\nMy JIRA API returns a field with customfield for example\n\nentry.jiraissue.fields.customfield_24100 returns 2014-10-25 as a string.\n\nI'd like to convert it to a date field in confiforms by setting:\n\ndate=\\[entry.jiraissue.fields.customfield_24100\\] and it doesn't work.\n\nThanks.\n"
} | [
{
"author": "Alex Medved _ConfiForms_",
"body": "date=\\[entry.jiraissue.fields.customfield_24100.parseDate(yyyy-MM-dd).timestamp\\]\n",
"comments": [
{
"author": "Patrick Liang",
"body": "Great. Thanks, Alex. I just founded it out myself as well but you beats me by 2 mins. lol.\n\nMuch appreciated.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Confiforms-how-do-I-convert-a-string-to-date-for-example-2024-10/qaq-p/2820665 | [
"cloud",
"confiforms",
"confluence-cloud"
] |
{
"author": "Varnisha Prabakaran",
"title": "Tasks report not being able to check off",
"body": "Hi everyone,\n\ni have built a task report to keep all my tasks organized. However, when I try to check things off, it is not checking off successfully. Has anyone else run into the same issue? If yes, how did you fix it?\n\nthanks, much appreciated!\n"
} | [
{
"author": "Shawn Doyle - ReleaseTEAM",
"body": "Hi [@Varnisha Prabakaran](/t5/user/viewprofilepage/user-id/5600603)\n\nI tested the actions and task report on my cloud instance and it is working as expected. Could you share some screenshots to help show us what you are seeing?\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Tasks-report-not-being-able-to-check-off/qaq-p/2820572 | [
"cloud",
"confluence-cloud"
] |
{
"author": "Ben Bazian",
"title": "SSO Backdoor",
"body": "We have implemented SAML based SSO to our server. Before we remove local login what is the process if our SSO gets broken for some reason? In general, we do not want to allow local authentication but is there something we can do at the server lever (SSH) in a config file to allow for local login in case of a recovery mode?\n\nWould need the same info for Jira in that we will be doing that too.\n"
} | [
{
"author": "Hector Menchaca",
"body": "[@Ben Bazian](/t5/user/viewprofilepage/user-id/598818) ,\n\nWelcome to Atlassian Community!\n\nIn this case I recommend you to check about our Authentication Policies, with them you can always leave a \"backdoor\" or \"Safe\" account outside of the SAML SSO policy so you can gain access in case something happens during the configuration or certificate expires, etc...\n\nHere are some documents regarding this:\n\n* <https://support.atlassian.com/security-and-access-policies/docs/understand-authentication-policies/>\n* <https://support.atlassian.com/security-and-access-policies/docs/configure-saml-single-sign-on-with-an-identity-provider/#Test-SAML-single-sign-on-with-Authentication-policies>\n\nBest Regards!\n",
"comments": [
{
"author": "Ben Bazian",
"body": "I am not aware of any authentication policy in Data Center. Looks like that is only for cloud hosted?\n"
}
]
},
{
"author": "Shawn Doyle - ReleaseTEAM",
"body": "Hi [@Ben Bazian](/t5/user/viewprofilepage/user-id/598818)\n\nFirst, don't call it a backdoor, security types don't like that. :)\n\nI like to leave one admin account using the local built-in directory, just as a fail-safe, security people like a fail-safe. I typically won't advocate that anyone use this account unless necessary and that its credentials are properly secured.\n",
"comments": [
{
"author": "Ben Bazian",
"body": "Haha. I get it about the backdoor connotation. I guess a better way to put it would be is there a way through the config files to reenable the local login accounts. I prefer to not have any accounts able to login locally unless there is a DR need.\n"
},
{
"author": "Shawn Doyle - ReleaseTEAM",
"body": "I have had to recover admin accounts in the past, IIRC it involves editing the DB.\n\n<https://confluence.atlassian.com/doc/restore-passwords-to-recover-admin-user-rights-158390.html>\n"
},
{
"author": "Ben Bazian",
"body": "Will this work if the local directory for authentication is turned off and only SSO is enabled? Moving forward for normal operations we do not want to allow any local login. Only SSO which forces MFA.\n"
},
{
"author": "Shawn Doyle - ReleaseTEAM",
"body": "I believe you would have to reenable a local directory.\n"
},
{
"author": "Ben Bazian",
"body": "Yes. But can that happen at the server console if disabled in the UI? Again, this is a fall back if the SSO fails.\n"
},
{
"author": "Shawn Doyle - ReleaseTEAM",
"body": "No, I do not believe so. You would need to be able to log in as an admin to enable the local directory.\n"
},
{
"author": "Ben Bazian",
"body": "Then what is the fallback if SSO becomes unavailable?\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/SSO-Backdoor/qaq-p/2820575 | [
"confluence-data-center",
"confluence-server",
"data-center",
"server"
] |
{
"author": "Carolyn Jackson",
"title": "How do you disable the new PDF experience?",
"body": "How do you disable the new PDF experience as currently it will not produce the PDFs correctly. HTML Macro for Confluence Cloud does not support the PDF rendering.\n\nWhat is the fix here?\n"
} | [
{
"author": "vikram",
"body": "Hi [@Carolyn Jackson](/t5/user/viewprofilepage/user-id/5600579)\n\nWelcome to Atlassian Community.\n\nPlease check the below URL knowledge document\n\n[How to disable PDF Export for Pages or Spaces \\| Confluence \\| Atlassian Documentation](https://confluence.atlassian.com/confkb/how-to-disable-pdf-export-for-pages-or-spaces-711361415.html#:~:text=Choose%20Confluence%20Admin%20%2F%20General%20Configuration.%20Choose%20Manage,Search%20for%20Confluence%20PDF%20Export.%20Click%20on%20Disable.)\n\nor Follow the below steps:-\n\n1 Click on gear ICON.\n\n2. Choose Confluence Admin / General Configuration.\n\n3. Choose Manage Add-ons form left hand panel.\n\n4. Select All Add-ons from drop-down menu.\n\n5. Search for Confluence PDF Export.\n\n6. Click on Disable.\n\nVikram P\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/How-do-you-disable-the-new-PDF-experience/qaq-p/2820552 | [
"cloud",
"confluence-cloud"
] |
{
"author": "Adam Petrie",
"title": "How can I parse a column with a list of comma separated values and create new rows for each",
"body": "I am presently using Table Transformer on Jira data and getting a Linked Issues for a list of Epics of interest. Looks like this sample.\n\nWhen there is more than 1 linked issue I'd like to create a row in my table for each of the linked issues and duplicate all the other columns.\n\nHelp appreciated.\n\n\n"
} | [
{
"author": "Stiltsoft support",
"body": "Hi [@Adam Petrie](/t5/user/viewprofilepage/user-id/5585209) ,\n\nIf you are talking about the Table Transformer macro provided by the [Table Filter, Charts \\& Spreadsheets for Confluence](https://marketplace.atlassian.com/apps/27447/table-filter-charts-spreadsheets-for-confluence?tab=overview&hosting=cloud&utm_source=atl_community&utm_medium=answer&utm_campaign=table-filter-traffic-sources&utm_vendorID=1216111) app, you may check [this Community thread](https://community.atlassian.com/t5/Confluence-questions/Flatten-an-array-in-Table-transformer-macro/qaq-p/2048472). Seems that it's exactly what you are trying to do.\n",
"comments": [
{
"author": "Adam Petrie",
"body": "I'm looking at the referenced thread. It does appear to be exactly what I'm trying to solve. When I try to implement I'm getting an error I do not understand.\n\n\n"
},
{
"author": "Adam Petrie",
"body": "underlying table I'm trying to run above query on\n\n\n"
},
{
"author": "Adam Petrie",
"body": "The values come from Jira are coming has HTML links. Is there another step to be taken so they are only text?\n"
},
{
"author": "Stiltsoft support",
"body": "Please follow the given example: remove the T1. parts from your query when you refer to columns. Your error means that you are trying to transform, for example, your 'Key' column from the original T1 table and then rename it AS T1.'Key' that means the same column from the original table (and we don't have the original table after the transformation anymore). Obviously it is impossible, hence the error.\n\nSEARCH / AS @a EX('Col 3'-\\>split(\",\")) / \nRETURN(@a-\\>'Col 1' AS 'Col 1', 'Col 2' AS 'Col 2', _ AS 'Col 3') FROM T1\n"
},
{
"author": "Adam Petrie",
"body": "Thanks very much for the prompt responses and tutoring. Clearly I'm new to this and still learning. :)\n"
}
]
},
{
"author": "Jim Knepley - ReleaseTEAM",
"body": "I think the SQL-based transformers use the H2 database internally, and [splitting a string in H2 is a little involved](https://stackoverflow.com/questions/72273265/recursive-split-of-path-with-h2-db-and-sql).\n\nIf you are using the SQL-based table transformer, could you provide the SQL query that your table is based on? Hopefully, we can unwrap what's building Linked Issues at the source, instead of trying to manipulate the string contents of those cells.\n",
"comments": [
{
"author": "Jim Knepley - ReleaseTEAM",
"body": "(ignore this, the answer that [@Stiltsoft support](/t5/user/viewprofilepage/user-id/5062270) posted is better)\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/How-can-I-parse-a-column-with-a-list-of-comma-separated-values/qaq-p/2820554 | [
"confluence-unknown-hosting-type",
"filter",
"table",
"table-filter",
"table-filter-and-charts",
"table-filter-charts-spreadsheets",
"table-transformer",
"unknown-hosting-type"
] |
{
"author": "Massimiliano Perrone",
"title": "Is there a chance to hide and reveal post-it in the witheboard?",
"body": "When using the whiteboard for retrospective, it's usual to hide the partecipant's post-it to not beeing influenced each other and to reveal them one shot for all.\n\nIs such a feature available?\n"
} | [
{
"author": "Michel Neeser",
"body": "Hi [@Massimiliano Perrone](/t5/user/viewprofilepage/user-id/1251613) and welcome to the community!\n\nI don't think this feature is available in whiteboards yet, but it's a great idea! I couldn't find an existing suggestion in [Atlassian's tracker](https://jira.atlassian.com/issues/?jql=project%3DCONFCLOUD%20AND%20type%3DSuggestion%20AND%20statusCategory!%3DDone%20ORDER%20BY%20updated), so feel free to add one there.\n\nHope this helps!\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Is-there-a-chance-to-hide-and-reveal-post-it-in-the-witheboard/qaq-p/2820495 | [
"cloud",
"confluence-cloud",
"whiteboard"
] |
Subsets and Splits