Created Jan 19, 2021, Last active today
Hey everyone, It’s me again, back with an update on all our field improvement initiatives. If you’ve missed my original post on all the changes we have planned, head here. Let’s start with t...
My team and I recently upgraded to Enterprise Licensing for Jira and were delighted to discover the new Site Optimiser. It's an extremely useful wee tool already, but I'm already starting a bit of a ...
...ilename}, Error: {error}\n") logging.info(f"Details of failed deletions logged in: failed_deletions.log") def main(): jira_domain, auth = get_jira_auth() while True: f...
Atlassian Cloud is constantly updated to improve performance, enhance security, and deliver a better user experience. While Atlassian does send email notifications about these updates, they can some...
In light of the impending renaming of Jira Projects to Spaces (h/t @Dirk Ronsmans, I thought it might be fun to take a journey through other things Atlassian has renamed/rebranded. I mean...
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Become an effective Jira admin
Manage global settings and shared configurations called schemes to achieve goals more quickly.
Streamline Jira administration with effective governance
Improve how you administer and maintain Jira and minimize clutter for users and administrators.
Learning Path
Become an effective Jira software project admin
Set up software projects and configure tools and agile boards to meet your team's needs.
Hi Community, I'm Lauren, a PMM looking after Atlassian Administration and our billing platforms. You told us that finding the right settings in Atlassian Administration could be easier, and we lis...
...ll_statuses = [] start_at = 0 max_results = 200 # Default max results, can be adjusted logging.info(f"Searching for statuses for project ID: {project_id}") while True: p...
Hey Jira Admins, Jira Admin Day is back! We're thrilled to celebrate the incredible champions who keep Jira running smoothly and help their teams achieve the impossible. These admins are t...
Hey Community! 👋 While working on an automated assessment workflow yesterday, I came across something interesting that I hadn’t noticed before: you can actually retrieve some server-related info t...
Hey Jira Cloud Admins, We’re looking for your feedback to help us improve your experience as a member of the Jira Admin community. We’ve put together a short survey—just 10 questions and it should ...
Forge is an alternative to other solutions that Atlassian admins use for their needs. For example, admins might need to perform bulk updates on Jira work items, and there are many use cases for that,...
Hi Guys, I'm exploring a change in Jira Cloud where there's a need to introduce a new template for sub-tasks with updated custom fields. At the same time, it's important to retain the old custom ...
Hi. I was running a project on a jira cloud site. I'm the admin, and this was a free account. I haven't accessed the site since January but now I need to. When I try to log in it says "page unavailab...
Hey Team! I’m a Product Manager researching how our customers keep Atlassian products compliant with common regulatory frameworks. Think SOC 2 / ISO 270001 / GDPR. If you’re someone who owns or c...
Hi Community, In an effort to better organize and prioritize the way we document bugs and suggestions for the Admin Experience in Atlassian Cloud (also known as Admin Hub in admin.atlassian.com), w...
Hi Atlassian Community! We’ve heard your feedback and are excited to unveil our latest enhancement to the Bulk move issues API. This update makes it easier to move issues across projects an...
Hi! When custom fields are "re-used" with differing contexts, the name of the field can be confusing to end-users using agent screens. Is there a way within Jira to change the name of the f...
Hi, fellow Admins! For apps / plugins, do you have any tips & tricks / best practices or lessons learned for the following: Documentation (apps installed; status - inactive/active; ...
...ile_name}") while True: try: choice = input("Enter the number of the CSV file to clean: ") index = int(choice) - 1 if 0 <= index < len(c...
Introduction: Not a very fancy app but more of a learning effort. As a Jira admin, I’ve always wanted tighter governance around workflow changes - especially in large instances where silent edits...
Hi Atlassian Community! I'm now sharing a simple Python script designed to help you efficiently handle retries for requests to the Jira Cloud REST API. This is particularly useful when dealing with...
Quick update (1st July): We've started shipping out the UI improvements, and some of the features, showing System fields/sorting by field type, will be following in a separate release. &nbs...
Are you still managing your company’s laptops, software licenses, access permissions, or services in spreadsheets? You’re not alone. Many teams start that way, but as your organization grows, sprea...
UPDATE: Please see our new automated restore capability post here Hello everyone, I am Lakshmi Manasi Behl, Senior Product Manager for Atlassian’s Backup and Restore capabilities. I'm thrilled...
...max_results = 100 # Jira's default max_results per page all_issues = [] logging.info(f"Searching for issues with attachments in project: {project_key}") while True: p...
Welcome, Jira Cloud Admins! This is a group where you can ask questions, access resources, and rub elbows with fellow admins and Atlassians.
Copied to clipboard