IT

 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 

 

 






 







 


IT

 

 

AI  

 

 






 







 


 

 

 

 

 

 

 






 







 


 

 

 

 

 

 

 

 






 







 


 

Web  

 

 

PlayStation  

 

YouTuber  

 





 
Wikipedia
 





 

 

 












About Forge  

4users  
developer.atlassian.com  


Atlassians serverless app development platform, designed for building secure, reliable, and scalable apps. Forge makes it possible to build a fully-functional app in just a few hours, with hosting, multiple development environments, and API authentication built-in. Forge can be used to build custom apps and integrations or apps distributed through the Atlassian Marketplace. Build apps with: We ho




 

2019/12/13 18:06
 



















Developer Archives - Work Life by Atlassian  

3users  
www.atlassian.com  


Today were announcing Forge will remain free for another year, until 31 December 2025, up to limits that can be...




 

2017/12/15 13:56
 













Developer Archives - Work Life by Atlassian  

5users  
www.atlassian.com  


Today were announcing Forge will remain free for another year, until 31 December 2025, up to limits that can be...



 

2017/07/05 08:50
 



 











Confluence REST API examples  

3users  
developer.atlassian.com  


This page contains examples of using the Confluence Content REST API using curl. The responses are piped into python -mjson.tool (JSON encoder / decoder) to make them easier to read. Because the REST API is based on open standards, you can use any web development language to access the API. These examples use basic authentication with a username and password. You can also create a personal access




 

2017/01/26 15:29
 













Jira REST API examples  

8users  
developer.atlassian.com  


This guide contains different examples of how to use the Jira REST API, including how to query issues, create an issue, edit an issue, and others. The reference documentation for the Jira Data Center REST API is here: Jira Data Center REST API. If you've never used the Jira REST APIs before, we recommend that you also read the overview About the Jira REST APIs. The examples on this page use curl.




 

2015/10/01 15:26
 





 











Cloud developer documentation - Atlassian Developer  

3users  
developer.atlassian.com  


Atlassian cloud developer documentationBuild apps to integrate with Atlassian's cloud products. Cloud apps are developed differently than Data Center apps. The documentation listed on this page will help you design, develop, and distribute cloud apps. Learn more about the differences between Atlassian's cloud and Data Center offerings. View Data Center developer documentation




 

2015/03/25 11:05
 













Rebuilding HipChat with React.js - Atlassian Developers  

3users  
www.atlassian.com  


Only 44% of developers believe leaders are aware of the issues contributing to a poor developer experience.



 

2015/03/05 12:21
 





 











Rebuilding HipChat with React.js - Atlassian Developers  

6users  
www.atlassian.com  


Only 44% of developers believe leaders are aware of the issues contributing to a poor developer experience.




 

2015/02/26 04:41
 





 











Rebuilding HipChat with React.js - Atlassian Developers  

61users  
www.atlassian.com  


Only 44% of developers believe leaders are aware of the issues contributing to a poor developer experience.



 

2015/02/11 14:30
 



















 











Rebuilding HipChat with React.js - Atlassian Developers  

3users  
www.atlassian.com  


Only 44% of developers believe leaders are aware of the issues contributing to a poor developer experience.




 

2015/02/06 08:14
 





 











Developer Archives - Work Life by Atlassian  

4users  
www.atlassian.com  


Only 44% of developers believe leaders are aware of the issues contributing to a poor developer experience.



 

2014/12/11 15:01
 



 











Developer Archives - Work Life by Atlassian  

9users  
www.atlassian.com  


Only 44% of developers believe leaders are aware of the issues contributing to a poor developer experience.




 

2014/12/03 09:45
 





 











Atlassian REST API design guidelines version 1  

3users  
developer.atlassian.com  


This document provides guidelines to Atlassian developers who are designing REST APIs for Atlassian applications. We are publishing these design principles and guidelines for viewing by the wider community for these reasons: If you are a developer/administrator who wants to interact with the REST API in one or more of the Atlassian applications, it will help you to know the principles behind our R




 

2014/07/11 01:46
 













Basic authentication  

3users  
developer.atlassian.com  


Learn how to make the REST API requests to Jira Data Center using basic authentication with a username and password. If youre looking for information about Jira Cloud basic authentication, check out the deprecation notice. Basic authentication is available for Jira Data Center but it isnt as secure as other methods. We recommend using it for simple scripts and manual calls to the REST APIs. Othe




 

2014/04/11 00:05
 













Creating a remote debug target  

3users  
developer.atlassian.com  


This page describes how to set up standard IDE debugging tools to work with Atlassian plugins. About Remote Debug Targets Since plugin are deployed as part of another application (e.g., Confluence or JIRA), you can't just start your IDE in debug mode to debug the plugin. Your IDE must connect to the Atlassian application that hosts the plugin. In terms of your IDE configuration, the Atlassian host




 

2013/11/15 18:10
 













Atlassian Design Guidelines  

5users  
developer.atlassian.com  


Atlassian Design Guidelines1.2 Design principles, components, patterns and guidance for building awesome Atlassian products and add-ons We want our users to kick ass We build our products for our users, and we value their choices. We aim to use patterns consistently so that our users don't need to re-learn them every time. And we always play to the strength and flexibility of our products, combine




 

2013/08/07 10:23
 



 











Atlassian Design Guidelines  

3users  
developer.atlassian.com  


Atlassian Design Guidelines1.2 Design principles, components, patterns and guidance for building awesome Atlassian products and add-ons We want our users to kick ass We build our products for our users, and we value their choices. We aim to use patterns consistently so that our users don't need to re-learn them every time. And we always play to the strength and flexibility of our products, combine




 

2013/08/07 01:12
 













Getting started  

5users  
developer.atlassian.com  


Welcome to the Atlassian Developer Documentation. Using the Atlassian plugin software developer kit (SDK), you can create apps to extend Atlassian server applications like Jira Software, Jira Service Management, Confluence, Bitbucket Server, and Bamboo. We also offer a number of infrastructure tools to help you create, market and sell your apps. For example, thousands of customers visit the Atlass




 

2013/08/02 11:03
 













Automatic plugin reinstallation with FastDev  

3users  
developer.atlassian.com  


FastDev and atlas-cli have been deprecated. Please use Automatic Plugin Reinstallation with QuickReload instead. There is no need to manually install your plugin into the Atlassian application every time you change the code. Instead, FastDev will automatically reinstall the plugin for you. FastDev is a plugin for Atlassian applications that speeds up plugin development by scanning plugin directori




 

2013/07/11 11:47
 













The Confluence Cloud REST API  

10users  
developer.atlassian.com  


REST APICQLForgeConnect modulesConnect JavaScript APIApp properties APIGraphQL APISwitch to classic viewREST API v2AboutAuthentication and authorizationUsing the REST APIAttachmentAncestorsBlog PostChildrenClassification LevelCommentContentContent PropertiesCustom ContentDatabaseData PoliciesLabelLikeOperationPageSmart LinkSpaceSpace PermissionsSpace PropertiesTaskUserVersionWhiteboardRate this pa




 

2013/06/12 13:03
 





 











Atlassian Design Guidelines  

9users  
developer.atlassian.com  


Atlassian Design GuidelinesBeta Design principles, components, patterns and guidance for building awesome Atlassian products and add-ons We want our users to kick ass We build our products for our users, and we value their choices. We aim to use patterns consistently so that our users don't need to re-learn them every time. And we always play to the strength and flexibility of our products, combin




 

2012/11/15 09:33
 









 











Latest updates  

5users  
developer.atlassian.com  


We release new versions of our Jira Data Center products frequently. As a Jira developer, it's important that you're aware of the changes. The following resources will help you keep track of what's happening. Atlassian Developer Community Major changes that affect Jira Data Center developers are posted in the Atlassian Developer Community, like announcing EAP releases, adding new Jira modules, or




 

2012/04/03 13:25
 





 











Bitbucket Data Center REST APIs

3users  
developer.atlassian.com  


Bitbucket Data Center's REST APIs are for developers who want to build functionality on top of Bitbucket Data Center. Quick links: Reference Overview Whatever you want to build, our intention is to supply the platform for it. New web or desktop applications, mobile apps, integrations, browser-based extensions or apps, Atlassian plugins, and whatever you can dream up. The Atlassian REST APIs provid




 

2012/03/03 16:21
 



 











Cloud developer documentation - Atlassian Developer  

19users  
developer.atlassian.com  


Atlassian cloud developer documentationBuild apps to integrate with Atlassian's cloud products. Cloud apps are developed differently than Data Center apps. The documentation listed on this page will help you design, develop, and distribute cloud apps. Learn more about the differences between Atlassian's cloud and Data Center offerings. View Data Center developer documentation




 

2011/10/27 17:08
 







 











The Jira Cloud platform REST API  

11users  
developer.atlassian.com  






 

2011/07/22 11:35
 







 



































 

Atlassian Developer  

 



j

k

l

e

o
 
 
















 









 

















 









 









 







Pro



 




 






App Storeからダウンロード
Google Playで手に入れよう


Copyright © 2005-2024 Hatena. All Rights Reserved.
 





x