Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 80.05 KB | None | 0 0
  1. /opt/atlassian/
  2. └── jira
  3. ├── atlassian-jira
  4. │   ├── aui-examples
  5. │   ├── decorators
  6. │   │   ├── bulkops
  7. │   │   └── panels
  8. │   ├── func
  9. │   │   └── service
  10. │   ├── images
  11. │   │   ├── adbox
  12. │   │   ├── bonfire
  13. │   │   ├── border
  14. │   │   ├── customfieldpreview
  15. │   │   ├── debug
  16. │   │   ├── dialog
  17. │   │   ├── flags
  18. │   │   ├── gadgets
  19. │   │   │   └── ie
  20. │   │   ├── greenhopper
  21. │   │   ├── hiresolution
  22. │   │   ├── icons
  23. │   │   │   ├── attach
  24. │   │   │   ├── emoticons
  25. │   │   │   ├── ie
  26. │   │   │   ├── issuetypes
  27. │   │   │   ├── new
  28. │   │   │   ├── priorities
  29. │   │   │   ├── sprites
  30. │   │   │   └── statuses
  31. │   │   ├── mail
  32. │   │   ├── ondemand
  33. │   │   ├── project-templates
  34. │   │   ├── setup
  35. │   │   │   └── logos
  36. │   │   ├── throbber
  37. │   │   └── upgrade
  38. │   ├── includes
  39. │   │   ├── admin
  40. │   │   │   ├── email
  41. │   │   │   ├── eventtype
  42. │   │   │   ├── importers
  43. │   │   │   ├── logging
  44. │   │   │   ├── project
  45. │   │   │   └── workflow
  46. │   │   ├── ajs
  47. │   │   │   ├── ajax
  48. │   │   │   ├── attachment
  49. │   │   │   ├── avatarpicker
  50. │   │   │   ├── bindDefaultCustomEvent
  51. │   │   │   ├── browser
  52. │   │   │   ├── contentretriever
  53. │   │   │   ├── control
  54. │   │   │   ├── copyobject
  55. │   │   │   ├── descriptor
  56. │   │   │   ├── dropdown
  57. │   │   │   ├── group
  58. │   │   │   ├── input
  59. │   │   │   ├── keyboardshortcut
  60. │   │   │   ├── layer
  61. │   │   │   ├── list
  62. │   │   │   ├── persistence
  63. │   │   │   ├── select
  64. │   │   │   │   └── security
  65. │   │   │   └── whenitype
  66. │   │   ├── bulkedit
  67. │   │   ├── decorators
  68. │   │   │   └── aui-layout
  69. │   │   ├── icons
  70. │   │   ├── indexing
  71. │   │   ├── issue
  72. │   │   ├── jira
  73. │   │   │   ├── admin
  74. │   │   │   │   ├── add-user
  75. │   │   │   │   ├── application
  76. │   │   │   │   ├── group-browser
  77. │   │   │   │   ├── import
  78. │   │   │   │   ├── init
  79. │   │   │   │   ├── landingpage
  80. │   │   │   │   ├── permissions
  81. │   │   │   │   │   ├── model
  82. │   │   │   │   │   ├── templates
  83. │   │   │   │   │   └── view
  84. │   │   │   │   ├── user-browser
  85. │   │   │   │   └── view-user
  86. │   │   │   ├── analytics
  87. │   │   │   ├── application-selector
  88. │   │   │   ├── autocomplete
  89. │   │   │   ├── bulk
  90. │   │   │   ├── captcha
  91. │   │   │   ├── common
  92. │   │   │   ├── dashboard
  93. │   │   │   ├── data
  94. │   │   │   ├── dialog
  95. │   │   │   ├── dropdown
  96. │   │   │   │   └── element
  97. │   │   │   ├── field
  98. │   │   │   │   ├── init
  99. │   │   │   │   └── templates
  100. │   │   │   ├── flag
  101. │   │   │   ├── focus
  102. │   │   │   ├── fragments
  103. │   │   │   ├── general-configuration
  104. │   │   │   ├── help-links
  105. │   │   │   ├── issue
  106. │   │   │   │   └── filter
  107. │   │   │   ├── issuenavigator
  108. │   │   │   ├── issuetable
  109. │   │   │   ├── license
  110. │   │   │   ├── loading
  111. │   │   │   ├── mention
  112. │   │   │   ├── migration
  113. │   │   │   ├── numberformatter
  114. │   │   │   ├── page
  115. │   │   │   ├── project
  116. │   │   │   │   ├── browse
  117. │   │   │   │   │   ├── analytics
  118. │   │   │   │   │   ├── model
  119. │   │   │   │   │   ├── service
  120. │   │   │   │   │   └── view
  121. │   │   │   │   ├── editprojectdetails
  122. │   │   │   │   │   └── fields
  123. │   │   │   │   └── templates
  124. │   │   │   ├── safelink
  125. │   │   │   ├── searchers
  126. │   │   │   ├── services
  127. │   │   │   ├── share
  128. │   │   │   ├── shifter
  129. │   │   │   ├── signup
  130. │   │   │   ├── tables
  131. │   │   │   ├── tabs
  132. │   │   │   ├── toggleblock
  133. │   │   │   ├── togglelist
  134. │   │   │   ├── userhover
  135. │   │   │   ├── versionblocks
  136. │   │   │   ├── viewissue
  137. │   │   │   │   ├── comment
  138. │   │   │   │   ├── element
  139. │   │   │   │   ├── slideshow
  140. │   │   │   │   └── watchers-voters
  141. │   │   │   │   ├── entities
  142. │   │   │   │   └── views
  143. │   │   │   ├── websudo
  144. │   │   │   ├── wikipreview
  145. │   │   │   ├── workflows
  146. │   │   │   │   └── list
  147. │   │   │   └── xsrf
  148. │   │   ├── jquery
  149. │   │   │   └── plugins
  150. │   │   │   ├── attachment
  151. │   │   │   ├── avataror
  152. │   │   │   ├── color
  153. │   │   │   ├── dragtable
  154. │   │   │   ├── easing
  155. │   │   │   ├── effects
  156. │   │   │   ├── expandoninput
  157. │   │   │   ├── fancybox
  158. │   │   │   ├── flot
  159. │   │   │   ├── getoptionsfromattributes
  160. │   │   │   ├── handleaccesskeys
  161. │   │   │   ├── hasFixedParent
  162. │   │   │   ├── isdirty
  163. │   │   │   ├── keyevents
  164. │   │   │   ├── lazyload
  165. │   │   │   ├── linkedmenu
  166. │   │   │   ├── livestamp
  167. │   │   │   ├── overlabel
  168. │   │   │   ├── pjax
  169. │   │   │   ├── scrollintoview
  170. │   │   │   ├── setselectionrange
  171. │   │   │   ├── shortcuts
  172. │   │   │   ├── shorten
  173. │   │   │   ├── simpleclick
  174. │   │   │   ├── textoverflow
  175. │   │   │   └── togglefield
  176. │   │   ├── js
  177. │   │   │   ├── cron
  178. │   │   │   └── test
  179. │   │   ├── lib
  180. │   │   │   ├── calendar
  181. │   │   │   │   └── lang
  182. │   │   │   │   └── orig
  183. │   │   │   ├── class
  184. │   │   │   ├── json
  185. │   │   │   └── parseuri
  186. │   │   ├── panels
  187. │   │   │   ├── permission
  188. │   │   │   ├── portal
  189. │   │   │   └── project
  190. │   │   ├── project
  191. │   │   ├── reports
  192. │   │   │   └── project
  193. │   │   ├── setup
  194. │   │   │   ├── layouts
  195. │   │   │   ├── templates
  196. │   │   │   ├── tests
  197. │   │   │   ├── utils
  198. │   │   │   └── views
  199. │   │   ├── snippets
  200. │   │   └── templates
  201. │   │   └── jira
  202. │   │   └── header
  203. │   ├── META-INF
  204. │   │   └── maven
  205. │   │   └── com.atlassian.jira
  206. │   │   ├── atlassian-jira-webapp
  207. │   │   └── jira-webapp-dist
  208. │   ├── portlets
  209. │   │   └── dashboard
  210. │   │   └── thumbnails
  211. │   ├── secure
  212. │   │   ├── admin
  213. │   │   │   ├── debug
  214. │   │   │   ├── jira
  215. │   │   │   │   └── views
  216. │   │   │   ├── user
  217. │   │   │   │   └── views
  218. │   │   │   └── views
  219. │   │   │   ├── currentusers
  220. │   │   │   ├── customfields
  221. │   │   │   ├── dashboards
  222. │   │   │   ├── eventtype
  223. │   │   │   ├── filters
  224. │   │   │   ├── importers
  225. │   │   │   │   ├── jiraxml
  226. │   │   │   │   └── project
  227. │   │   │   ├── instrumentation
  228. │   │   │   │   └── cache
  229. │   │   │   ├── issuefields
  230. │   │   │   │   ├── configuration
  231. │   │   │   │   │   └── schemes
  232. │   │   │   │   └── screens
  233. │   │   │   │   ├── enterprise
  234. │   │   │   │   └── schemes
  235. │   │   │   │   └── issuetype
  236. │   │   │   │   └── configure
  237. │   │   │   ├── issuesecurity
  238. │   │   │   ├── issuetypes
  239. │   │   │   │   ├── migrate
  240. │   │   │   │   ├── pro
  241. │   │   │   │   └── schemes
  242. │   │   │   ├── listeners
  243. │   │   │   ├── mail
  244. │   │   │   ├── notifications
  245. │   │   │   ├── permissions
  246. │   │   │   ├── priorities
  247. │   │   │   ├── projectcategory
  248. │   │   │   ├── resolutions
  249. │   │   │   ├── roles
  250. │   │   │   ├── services
  251. │   │   │   ├── subtasks
  252. │   │   │   ├── task
  253. │   │   │   ├── translations
  254. │   │   │   ├── trustedapps
  255. │   │   │   ├── userinterface
  256. │   │   │   │   └── colours
  257. │   │   │   └── workflow
  258. │   │   ├── ajaxpopups
  259. │   │   ├── applet
  260. │   │   ├── bonfire
  261. │   │   ├── ondemand
  262. │   │   ├── popups
  263. │   │   ├── project
  264. │   │   │   └── views
  265. │   │   │   ├── issuefields
  266. │   │   │   ├── issuesecurity
  267. │   │   │   ├── notifications
  268. │   │   │   ├── permissions
  269. │   │   │   └── workflows
  270. │   │   ├── security
  271. │   │   └── views
  272. │   │   ├── browser
  273. │   │   ├── bulkedit
  274. │   │   │   ├── bulkmigrate
  275. │   │   │   └── includes
  276. │   │   ├── dashboard
  277. │   │   ├── filter
  278. │   │   ├── issue
  279. │   │   ├── project
  280. │   │   ├── user
  281. │   │   │   └── profile
  282. │   │   └── versions
  283. │   ├── static
  284. │   │   ├── decorators
  285. │   │   ├── feature
  286. │   │   ├── layout
  287. │   │   ├── lib
  288. │   │   │   ├── almond
  289. │   │   │   ├── amd-shims
  290. │   │   │   ├── backbone
  291. │   │   │   ├── internal
  292. │   │   │   │   └── util
  293. │   │   │   ├── marionette
  294. │   │   │   ├── moment
  295. │   │   │   ├── polyfills
  296. │   │   │   │   └── promise
  297. │   │   │   └── skate
  298. │   │   ├── model
  299. │   │   ├── page
  300. │   │   ├── projecttypes
  301. │   │   │   └── warning
  302. │   │   │   └── dialog
  303. │   │   │   ├── styles
  304. │   │   │   └── templates
  305. │   │   ├── test
  306. │   │   │   ├── lib
  307. │   │   │   └── util
  308. │   │   ├── util
  309. │   │   │   ├── data
  310. │   │   │   ├── events
  311. │   │   │   └── users
  312. │   │   └── widget
  313. │   ├── static-assets
  314. │   ├── styles
  315. │   │   └── task
  316. │   ├── template
  317. │   │   ├── aui
  318. │   │   │   ├── dialog
  319. │   │   │   └── dropdown
  320. │   │   ├── common
  321. │   │   ├── raw
  322. │   │   ├── single
  323. │   │   └── standard
  324. │   │   └── paths
  325. │   ├── ui
  326. │   │   ├── aui-extensions
  327. │   │   ├── aui-layout
  328. │   │   │   ├── content
  329. │   │   │   ├── deprecated
  330. │   │   │   │   └── issue-view
  331. │   │   │   ├── dialogs
  332. │   │   │   ├── modules
  333. │   │   │   ├── popups
  334. │   │   │   └── responsive
  335. │   │   │   └── issue-view
  336. │   │   └── imports
  337. │   │   └── mixins
  338. │   │   └── aui
  339. │   ├── views
  340. │   └── WEB-INF
  341. │   ├── application-installation
  342. │   │   └── jira-servicedesk-application
  343. │   ├── atlassian-bundled-plugins
  344. │   ├── classes
  345. │   │   ├── avatars
  346. │   │   ├── com
  347. │   │   │   └── atlassian
  348. │   │   │   ├── configurable
  349. │   │   │   ├── core
  350. │   │   │   │   ├── ofbiz
  351. │   │   │   │   │   └── util
  352. │   │   │   │   ├── util
  353. │   │   │   │   └── xml
  354. │   │   │   ├── diff
  355. │   │   │   ├── jira
  356. │   │   │   │   ├── action
  357. │   │   │   │   │   ├── admin
  358. │   │   │   │   │   │   └── export
  359. │   │   │   │   │   ├── component
  360. │   │   │   │   │   └── screen
  361. │   │   │   │   ├── admin
  362. │   │   │   │   ├── ajsmeta
  363. │   │   │   │   ├── appconsistency
  364. │   │   │   │   │   ├── clustering
  365. │   │   │   │   │   ├── db
  366. │   │   │   │   │   └── integrity
  367. │   │   │   │   │   ├── amendment
  368. │   │   │   │   │   ├── check
  369. │   │   │   │   │   ├── exception
  370. │   │   │   │   │   ├── integritycheck
  371. │   │   │   │   │   └── transformer
  372. │   │   │   │   ├── application
  373. │   │   │   │   │   └── install
  374. │   │   │   │   ├── applinks
  375. │   │   │   │   ├── association
  376. │   │   │   │   ├── auditing
  377. │   │   │   │   │   └── handlers
  378. │   │   │   │   ├── avatar
  379. │   │   │   │   │   ├── temporary
  380. │   │   │   │   │   └── types
  381. │   │   │   │   │   ├── issuetype
  382. │   │   │   │   │   └── project
  383. │   │   │   │   ├── bc
  384. │   │   │   │   │   ├── admin
  385. │   │   │   │   │   ├── config
  386. │   │   │   │   │   ├── customfield
  387. │   │   │   │   │   ├── dashboard
  388. │   │   │   │   │   │   └── item
  389. │   │   │   │   │   │   └── property
  390. │   │   │   │   │   ├── dataimport
  391. │   │   │   │   │   │   └── ha
  392. │   │   │   │   │   ├── favourites
  393. │   │   │   │   │   ├── filter
  394. │   │   │   │   │   ├── group
  395. │   │   │   │   │   │   └── search
  396. │   │   │   │   │   ├── imports
  397. │   │   │   │   │   │   └── project
  398. │   │   │   │   │   ├── issue
  399. │   │   │   │   │   │   ├── attachment
  400. │   │   │   │   │   │   ├── changehistory
  401. │   │   │   │   │   │   │   └── properties
  402. │   │   │   │   │   │   ├── comment
  403. │   │   │   │   │   │   │   └── property
  404. │   │   │   │   │   │   ├── events
  405. │   │   │   │   │   │   ├── fields
  406. │   │   │   │   │   │   │   └── screen
  407. │   │   │   │   │   │   ├── label
  408. │   │   │   │   │   │   ├── link
  409. │   │   │   │   │   │   ├── properties
  410. │   │   │   │   │   │   ├── search
  411. │   │   │   │   │   │   ├── util
  412. │   │   │   │   │   │   ├── visibility
  413. │   │   │   │   │   │   ├── vote
  414. │   │   │   │   │   │   ├── watcher
  415. │   │   │   │   │   │   └── worklog
  416. │   │   │   │   │   ├── issuetype
  417. │   │   │   │   │   │   └── property
  418. │   │   │   │   │   ├── license
  419. │   │   │   │   │   ├── portal
  420. │   │   │   │   │   ├── project
  421. │   │   │   │   │   │   ├── component
  422. │   │   │   │   │   │   ├── index
  423. │   │   │   │   │   │   ├── projectoperation
  424. │   │   │   │   │   │   ├── property
  425. │   │   │   │   │   │   └── version
  426. │   │   │   │   │   │   └── remotelink
  427. │   │   │   │   │   ├── projectroles
  428. │   │   │   │   │   ├── security
  429. │   │   │   │   │   │   └── login
  430. │   │   │   │   │   ├── subtask
  431. │   │   │   │   │   │   └── conversion
  432. │   │   │   │   │   ├── user
  433. │   │   │   │   │   │   ├── property
  434. │   │   │   │   │   │   └── search
  435. │   │   │   │   │   ├── whitelist
  436. │   │   │   │   │   └── workflow
  437. │   │   │   │   │   └── events
  438. │   │   │   │   ├── bean
  439. │   │   │   │   │   └── export
  440. │   │   │   │   ├── board
  441. │   │   │   │   │   └── store
  442. │   │   │   │   ├── bulkedit
  443. │   │   │   │   │   └── operation
  444. │   │   │   │   ├── cache
  445. │   │   │   │   │   ├── monitor
  446. │   │   │   │   │   ├── request
  447. │   │   │   │   │   ├── serialcheck
  448. │   │   │   │   │   ├── slomo
  449. │   │   │   │   │   └── soy
  450. │   │   │   │   ├── charts
  451. │   │   │   │   │   ├── jfreechart
  452. │   │   │   │   │   ├── piechart
  453. │   │   │   │   │   └── util
  454. │   │   │   │   ├── cluster
  455. │   │   │   │   │   ├── cache
  456. │   │   │   │   │   │   └── ehcache
  457. │   │   │   │   │   ├── disasterrecovery
  458. │   │   │   │   │   ├── distribution
  459. │   │   │   │   │   ├── lock
  460. │   │   │   │   │   ├── logging
  461. │   │   │   │   │   ├── monitoring
  462. │   │   │   │   │   └── zdu
  463. │   │   │   │   │   └── analytics
  464. │   │   │   │   ├── comment
  465. │   │   │   │   ├── component
  466. │   │   │   │   ├── concurrent
  467. │   │   │   │   ├── config
  468. │   │   │   │   │   ├── component
  469. │   │   │   │   │   │   └── debug
  470. │   │   │   │   │   ├── database
  471. │   │   │   │   │   │   └── jdbcurlparser
  472. │   │   │   │   │   ├── feature
  473. │   │   │   │   │   ├── group
  474. │   │   │   │   │   ├── managedconfiguration
  475. │   │   │   │   │   ├── properties
  476. │   │   │   │   │   ├── util
  477. │   │   │   │   │   └── webwork
  478. │   │   │   │   │   └── actions
  479. │   │   │   │   ├── configurableobjects
  480. │   │   │   │   ├── crowd
  481. │   │   │   │   │   └── embedded
  482. │   │   │   │   │   ├── lucene
  483. │   │   │   │   │   └── ofbiz
  484. │   │   │   │   │   └── db
  485. │   │   │   │   ├── dashboard
  486. │   │   │   │   │   ├── analytics
  487. │   │   │   │   │   └── permission
  488. │   │   │   │   ├── database
  489. │   │   │   │   ├── datetime
  490. │   │   │   │   ├── diagnostic
  491. │   │   │   │   ├── entity
  492. │   │   │   │   │   ├── property
  493. │   │   │   │   │   └── remotelink
  494. │   │   │   │   ├── event
  495. │   │   │   │   │   ├── issue
  496. │   │   │   │   │   │   └── txnaware
  497. │   │   │   │   │   ├── listeners
  498. │   │   │   │   │   │   ├── cache
  499. │   │   │   │   │   │   ├── history
  500. │   │   │   │   │   │   ├── mail
  501. │   │   │   │   │   │   ├── mention
  502. │   │   │   │   │   │   ├── reindex
  503. │   │   │   │   │   │   └── search
  504. │   │   │   │   │   ├── mau
  505. │   │   │   │   │   ├── project
  506. │   │   │   │   │   ├── type
  507. │   │   │   │   │   └── user
  508. │   │   │   │   ├── exception
  509. │   │   │   │   ├── extension
  510. │   │   │   │   ├── external
  511. │   │   │   │   ├── favourites
  512. │   │   │   │   ├── help
  513. │   │   │   │   ├── hints
  514. │   │   │   │   ├── i18n
  515. │   │   │   │   ├── image
  516. │   │   │   │   │   ├── dropdown
  517. │   │   │   │   │   ├── separator
  518. │   │   │   │   │   └── util
  519. │   │   │   │   ├── imports
  520. │   │   │   │   │   ├── project
  521. │   │   │   │   │   │   ├── ao
  522. │   │   │   │   │   │   │   └── handler
  523. │   │   │   │   │   │   ├── core
  524. │   │   │   │   │   │   ├── customfield
  525. │   │   │   │   │   │   ├── handler
  526. │   │   │   │   │   │   ├── mapper
  527. │   │   │   │   │   │   ├── parser
  528. │   │   │   │   │   │   ├── populator
  529. │   │   │   │   │   │   ├── taskprogress
  530. │   │   │   │   │   │   ├── transformer
  531. │   │   │   │   │   │   ├── util
  532. │   │   │   │   │   │   └── validation
  533. │   │   │   │   │   └── xml
  534. │   │   │   │   ├── index
  535. │   │   │   │   │   ├── ha
  536. │   │   │   │   │   │   └── events
  537. │   │   │   │   │   ├── property
  538. │   │   │   │   │   ├── request
  539. │   │   │   │   │   └── settings
  540. │   │   │   │   ├── instrumentation
  541. │   │   │   │   │   ├── external
  542. │   │   │   │   │   ├── httpsession
  543. │   │   │   │   │   └── jdbc
  544. │   │   │   │   ├── io
  545. │   │   │   │   ├── issue
  546. │   │   │   │   │   ├── action
  547. │   │   │   │   │   ├── attachment
  548. │   │   │   │   │   │   ├── store
  549. │   │   │   │   │   │   │   ├── provider
  550. │   │   │   │   │   │   │   └── temporary
  551. │   │   │   │   │   │   └── zip
  552. │   │   │   │   │   ├── changehistory
  553. │   │   │   │   │   │   └── metadata
  554. │   │   │   │   │   │   └── renderer
  555. │   │   │   │   │   ├── comments
  556. │   │   │   │   │   │   └── util
  557. │   │   │   │   │   ├── comparator
  558. │   │   │   │   │   ├── context
  559. │   │   │   │   │   │   └── persistence
  560. │   │   │   │   │   ├── customfields
  561. │   │   │   │   │   │   ├── config
  562. │   │   │   │   │   │   │   └── item
  563. │   │   │   │   │   │   ├── converters
  564. │   │   │   │   │   │   ├── customfieldvalue
  565. │   │   │   │   │   │   ├── impl
  566. │   │   │   │   │   │   │   └── rest
  567. │   │   │   │   │   │   ├── manager
  568. │   │   │   │   │   │   ├── option
  569. │   │   │   │   │   │   ├── persistence
  570. │   │   │   │   │   │   ├── searchers
  571. │   │   │   │   │   │   │   ├── renderer
  572. │   │   │   │   │   │   │   └── transformer
  573. │   │   │   │   │   │   ├── statistics
  574. │   │   │   │   │   │   └── view
  575. │   │   │   │   │   ├── export
  576. │   │   │   │   │   │   └── customfield
  577. │   │   │   │   │   │   └── layout
  578. │   │   │   │   │   ├── fields
  579. │   │   │   │   │   │   ├── config
  580. │   │   │   │   │   │   │   ├── manager
  581. │   │   │   │   │   │   │   └── persistence
  582. │   │   │   │   │   │   ├── event
  583. │   │   │   │   │   │   ├── layout
  584. │   │   │   │   │   │   │   ├── column
  585. │   │   │   │   │   │   │   └── field
  586. │   │   │   │   │   │   │   └── enterprise
  587. │   │   │   │   │   │   ├── option
  588. │   │   │   │   │   │   ├── renderer
  589. │   │   │   │   │   │   │   ├── comment
  590. │   │   │   │   │   │   │   ├── text
  591. │   │   │   │   │   │   │   └── wiki
  592. │   │   │   │   │   │   │   ├── embedded
  593. │   │   │   │   │   │   │   ├── links
  594. │   │   │   │   │   │   │   └── resolvers
  595. │   │   │   │   │   │   ├── rest
  596. │   │   │   │   │   │   │   └── json
  597. │   │   │   │   │   │   │   ├── beans
  598. │   │   │   │   │   │   │   └── dto
  599. │   │   │   │   │   │   └── screen
  600. │   │   │   │   │   │   ├── issuetype
  601. │   │   │   │   │   │   └── tab
  602. │   │   │   │   │   ├── history
  603. │   │   │   │   │   ├── index
  604. │   │   │   │   │   │   ├── analyzer
  605. │   │   │   │   │   │   ├── indexers
  606. │   │   │   │   │   │   │   └── impl
  607. │   │   │   │   │   │   └── managers
  608. │   │   │   │   │   ├── issuetype
  609. │   │   │   │   │   ├── label
  610. │   │   │   │   │   │   └── suggestions
  611. │   │   │   │   │   ├── link
  612. │   │   │   │   │   ├── managers
  613. │   │   │   │   │   ├── operation
  614. │   │   │   │   │   ├── pager
  615. │   │   │   │   │   ├── priority
  616. │   │   │   │   │   ├── resolution
  617. │   │   │   │   │   ├── search
  618. │   │   │   │   │   │   ├── filters
  619. │   │   │   │   │   │   ├── handlers
  620. │   │   │   │   │   │   ├── jql
  621. │   │   │   │   │   │   ├── managers
  622. │   │   │   │   │   │   ├── optimizers
  623. │   │   │   │   │   │   ├── parameters
  624. │   │   │   │   │   │   │   ├── filter
  625. │   │   │   │   │   │   │   └── lucene
  626. │   │   │   │   │   │   │   └── sort
  627. │   │   │   │   │   │   ├── providers
  628. │   │   │   │   │   │   ├── quicksearch
  629. │   │   │   │   │   │   ├── searchers
  630. │   │   │   │   │   │   │   ├── impl
  631. │   │   │   │   │   │   │   ├── renderer
  632. │   │   │   │   │   │   │   ├── transformer
  633. │   │   │   │   │   │   │   └── util
  634. │   │   │   │   │   │   └── util
  635. │   │   │   │   │   ├── security
  636. │   │   │   │   │   ├── statistics
  637. │   │   │   │   │   │   └── util
  638. │   │   │   │   │   ├── status
  639. │   │   │   │   │   │   └── category
  640. │   │   │   │   │   ├── subscription
  641. │   │   │   │   │   ├── tabpanels
  642. │   │   │   │   │   ├── thumbnail
  643. │   │   │   │   │   ├── transitions
  644. │   │   │   │   │   ├── transport
  645. │   │   │   │   │   │   └── impl
  646. │   │   │   │   │   ├── util
  647. │   │   │   │   │   │   └── transformers
  648. │   │   │   │   │   ├── views
  649. │   │   │   │   │   │   ├── conditions
  650. │   │   │   │   │   │   ├── csv
  651. │   │   │   │   │   │   └── util
  652. │   │   │   │   │   │   └── csv
  653. │   │   │   │   │   ├── vote
  654. │   │   │   │   │   ├── watchers
  655. │   │   │   │   │   └── worklog
  656. │   │   │   │   ├── jql
  657. │   │   │   │   │   ├── builder
  658. │   │   │   │   │   ├── clause
  659. │   │   │   │   │   ├── context
  660. │   │   │   │   │   ├── operand
  661. │   │   │   │   │   │   └── registry
  662. │   │   │   │   │   ├── parser
  663. │   │   │   │   │   │   └── antlr
  664. │   │   │   │   │   ├── permission
  665. │   │   │   │   │   ├── query
  666. │   │   │   │   │   ├── resolver
  667. │   │   │   │   │   ├── util
  668. │   │   │   │   │   ├── validator
  669. │   │   │   │   │   └── values
  670. │   │   │   │   ├── license
  671. │   │   │   │   │   └── thirdparty
  672. │   │   │   │   ├── log
  673. │   │   │   │   ├── logging
  674. │   │   │   │   │   └── log4j
  675. │   │   │   │   │   └── layout
  676. │   │   │   │   │   └── json
  677. │   │   │   │   ├── mail
  678. │   │   │   │   │   ├── builder
  679. │   │   │   │   │   ├── settings
  680. │   │   │   │   │   ├── threading
  681. │   │   │   │   │   └── util
  682. │   │   │   │   ├── memoryinspector
  683. │   │   │   │   ├── mention
  684. │   │   │   │   │   └── commands
  685. │   │   │   │   ├── message
  686. │   │   │   │   ├── model
  687. │   │   │   │   │   └── querydsl
  688. │   │   │   │   ├── movesubtask
  689. │   │   │   │   │   └── operation
  690. │   │   │   │   ├── notification
  691. │   │   │   │   │   └── type
  692. │   │   │   │   │   └── enterprise
  693. │   │   │   │   ├── ofbiz
  694. │   │   │   │   ├── onboarding
  695. │   │   │   │   ├── permission
  696. │   │   │   │   │   ├── data
  697. │   │   │   │   │   └── management
  698. │   │   │   │   │   ├── beans
  699. │   │   │   │   │   └── events
  700. │   │   │   │   ├── plugin
  701. │   │   │   │   │   ├── aboutpagepanel
  702. │   │   │   │   │   ├── assignee
  703. │   │   │   │   │   │   └── impl
  704. │   │   │   │   │   ├── attachment
  705. │   │   │   │   │   ├── bigpipe
  706. │   │   │   │   │   ├── comment
  707. │   │   │   │   │   ├── component
  708. │   │   │   │   │   ├── componentpanel
  709. │   │   │   │   │   ├── connect
  710. │   │   │   │   │   ├── contentlinkresolver
  711. │   │   │   │   │   ├── customfield
  712. │   │   │   │   │   ├── dataprovider
  713. │   │   │   │   │   ├── decorator
  714. │   │   │   │   │   ├── entity
  715. │   │   │   │   │   ├── freeze
  716. │   │   │   │   │   ├── ha
  717. │   │   │   │   │   ├── icon
  718. │   │   │   │   │   ├── index
  719. │   │   │   │   │   ├── issuelink
  720. │   │   │   │   │   ├── issuetabpanel
  721. │   │   │   │   │   ├── issueview
  722. │   │   │   │   │   ├── jql
  723. │   │   │   │   │   │   └── function
  724. │   │   │   │   │   ├── keyboardshortcut
  725. │   │   │   │   │   ├── language
  726. │   │   │   │   │   ├── license
  727. │   │   │   │   │   ├── myjirahome
  728. │   │   │   │   │   ├── navigation
  729. │   │   │   │   │   ├── permission
  730. │   │   │   │   │   ├── profile
  731. │   │   │   │   │   ├── projectoperation
  732. │   │   │   │   │   ├── projectpanel
  733. │   │   │   │   │   │   └── impl
  734. │   │   │   │   │   ├── renderer
  735. │   │   │   │   │   ├── renderercomponent
  736. │   │   │   │   │   ├── report
  737. │   │   │   │   │   ├── roles
  738. │   │   │   │   │   ├── searchrequestview
  739. │   │   │   │   │   │   └── auth
  740. │   │   │   │   │   ├── servlet
  741. │   │   │   │   │   ├── user
  742. │   │   │   │   │   ├── userformat
  743. │   │   │   │   │   │   ├── configuration
  744. │   │   │   │   │   │   └── descriptors
  745. │   │   │   │   │   ├── util
  746. │   │   │   │   │   │   └── orderings
  747. │   │   │   │   │   ├── versionpanel
  748. │   │   │   │   │   ├── webfragment
  749. │   │   │   │   │   │   ├── conditions
  750. │   │   │   │   │   │   ├── contextproviders
  751. │   │   │   │   │   │   ├── descriptors
  752. │   │   │   │   │   │   └── model
  753. │   │   │   │   │   ├── webpanel
  754. │   │   │   │   │   │   └── notification
  755. │   │   │   │   │   ├── webresource
  756. │   │   │   │   │   ├── webwork
  757. │   │   │   │   │   └── workflow
  758. │   │   │   │   ├── portal
  759. │   │   │   │   │   ├── events
  760. │   │   │   │   │   └── gadgets
  761. │   │   │   │   ├── project
  762. │   │   │   │   │   ├── browse
  763. │   │   │   │   │   ├── listener
  764. │   │   │   │   │   ├── renderer
  765. │   │   │   │   │   ├── template
  766. │   │   │   │   │   │   ├── descriptor
  767. │   │   │   │   │   │   ├── hook
  768. │   │   │   │   │   │   └── module
  769. │   │   │   │   │   ├── type
  770. │   │   │   │   │   │   └── warning
  771. │   │   │   │   │   ├── util
  772. │   │   │   │   │   └── version
  773. │   │   │   │   ├── propertyset
  774. │   │   │   │   ├── render
  775. │   │   │   │   ├── sal
  776. │   │   │   │   ├── scheduler
  777. │   │   │   │   │   └── cron
  778. │   │   │   │   ├── scheme
  779. │   │   │   │   ├── security
  780. │   │   │   │   │   ├── auth
  781. │   │   │   │   │   │   ├── rememberme
  782. │   │   │   │   │   │   └── trustedapps
  783. │   │   │   │   │   ├── groups
  784. │   │   │   │   │   ├── login
  785. │   │   │   │   │   ├── plugin
  786. │   │   │   │   │   ├── roles
  787. │   │   │   │   │   │   └── actor
  788. │   │   │   │   │   ├── type
  789. │   │   │   │   │   ├── util
  790. │   │   │   │   │   ├── websudo
  791. │   │   │   │   │   └── xsrf
  792. │   │   │   │   ├── servermetrics
  793. │   │   │   │   ├── service
  794. │   │   │   │   │   ├── services
  795. │   │   │   │   │   │   ├── analytics
  796. │   │   │   │   │   │   │   ├── start
  797. │   │   │   │   │   │   │   └── stop
  798. │   │   │   │   │   │   ├── auditing
  799. │   │   │   │   │   │   ├── cluster
  800. │   │   │   │   │   │   ├── export
  801. │   │   │   │   │   │   ├── file
  802. │   │   │   │   │   │   ├── imap
  803. │   │   │   │   │   │   ├── index
  804. │   │   │   │   │   │   ├── mail
  805. │   │   │   │   │   │   └── pop
  806. │   │   │   │   │   └── util
  807. │   │   │   │   ├── servlet
  808. │   │   │   │   ├── setting
  809. │   │   │   │   ├── setup
  810. │   │   │   │   ├── sharing
  811. │   │   │   │   │   ├── index
  812. │   │   │   │   │   ├── search
  813. │   │   │   │   │   └── type
  814. │   │   │   │   ├── soy
  815. │   │   │   │   ├── startup
  816. │   │   │   │   ├── studio
  817. │   │   │   │   │   └── startup
  818. │   │   │   │   ├── task
  819. │   │   │   │   ├── template
  820. │   │   │   │   │   ├── soy
  821. │   │   │   │   │   └── velocity
  822. │   │   │   │   ├── tenancy
  823. │   │   │   │   ├── timezone
  824. │   │   │   │   ├── transaction
  825. │   │   │   │   ├── upgrade
  826. │   │   │   │   │   ├── tasks
  827. │   │   │   │   │   │   ├── role
  828. │   │   │   │   │   │   └── util
  829. │   │   │   │   │   └── util
  830. │   │   │   │   ├── user
  831. │   │   │   │   │   ├── directory
  832. │   │   │   │   │   │   └── loader
  833. │   │   │   │   │   ├── flag
  834. │   │   │   │   │   ├── preferences
  835. │   │   │   │   │   ├── profile
  836. │   │   │   │   │   ├── usermapper
  837. │   │   │   │   │   └── util
  838. │   │   │   │   ├── util
  839. │   │   │   │   │   ├── cache
  840. │   │   │   │   │   ├── collect
  841. │   │   │   │   │   ├── concurrent
  842. │   │   │   │   │   ├── dbc
  843. │   │   │   │   │   ├── devspeed
  844. │   │   │   │   │   ├── http
  845. │   │   │   │   │   │   ├── request
  846. │   │   │   │   │   │   └── response
  847. │   │   │   │   │   ├── index
  848. │   │   │   │   │   ├── johnson
  849. │   │   │   │   │   ├── json
  850. │   │   │   │   │   ├── log
  851. │   │   │   │   │   ├── lucene
  852. │   │   │   │   │   ├── map
  853. │   │   │   │   │   ├── mime
  854. │   │   │   │   │   ├── ofbiz
  855. │   │   │   │   │   ├── resourcebundle
  856. │   │   │   │   │   ├── searchers
  857. │   │   │   │   │   ├── system
  858. │   │   │   │   │   │   ├── check
  859. │   │   │   │   │   │   ├── patch
  860. │   │   │   │   │   │   └── status
  861. │   │   │   │   │   ├── thread
  862. │   │   │   │   │   ├── velocity
  863. │   │   │   │   │   └── xml
  864. │   │   │   │   ├── warmer
  865. │   │   │   │   ├── web
  866. │   │   │   │   │   ├── action
  867. │   │   │   │   │   │   ├── admin
  868. │   │   │   │   │   │   │   ├── cluster
  869. │   │   │   │   │   │   │   ├── constants
  870. │   │   │   │   │   │   │   ├── currentusers
  871. │   │   │   │   │   │   │   ├── customfields
  872. │   │   │   │   │   │   │   ├── darkfeatures
  873. │   │   │   │   │   │   │   ├── dashboards
  874. │   │   │   │   │   │   │   ├── eventtype
  875. │   │   │   │   │   │   │   ├── filters
  876. │   │   │   │   │   │   │   ├── importer
  877. │   │   │   │   │   │   │   │   ├── issue
  878. │   │   │   │   │   │   │   │   └── project
  879. │   │   │   │   │   │   │   ├── index
  880. │   │   │   │   │   │   │   ├── instrumentation
  881. │   │   │   │   │   │   │   │   └── cache
  882. │   │   │   │   │   │   │   ├── issuefields
  883. │   │   │   │   │   │   │   │   ├── configuration
  884. │   │   │   │   │   │   │   │   │   └── schemes
  885. │   │   │   │   │   │   │   │   ├── enterprise
  886. │   │   │   │   │   │   │   │   └── screens
  887. │   │   │   │   │   │   │   │   ├── enterprise
  888. │   │   │   │   │   │   │   │   └── schemes
  889. │   │   │   │   │   │   │   │   └── issuetype
  890. │   │   │   │   │   │   │   ├── issuesecurity
  891. │   │   │   │   │   │   │   ├── issuetypes
  892. │   │   │   │   │   │   │   │   ├── events
  893. │   │   │   │   │   │   │   │   └── pro
  894. │   │   │   │   │   │   │   ├── linking
  895. │   │   │   │   │   │   │   ├── mail
  896. │   │   │   │   │   │   │   ├── notification
  897. │   │   │   │   │   │   │   ├── permission
  898. │   │   │   │   │   │   │   ├── plugins
  899. │   │   │   │   │   │   │   ├── priorities
  900. │   │   │   │   │   │   │   ├── resolutions
  901. │   │   │   │   │   │   │   ├── roles
  902. │   │   │   │   │   │   │   ├── statuses
  903. │   │   │   │   │   │   │   ├── subtasks
  904. │   │   │   │   │   │   │   ├── task
  905. │   │   │   │   │   │   │   ├── translation
  906. │   │   │   │   │   │   │   ├── trustedapps
  907. │   │   │   │   │   │   │   ├── user
  908. │   │   │   │   │   │   │   └── workflow
  909. │   │   │   │   │   │   │   ├── analytics
  910. │   │   │   │   │   │   │   ├── scheme
  911. │   │   │   │   │   │   │   └── tabs
  912. │   │   │   │   │   │   ├── bonfire
  913. │   │   │   │   │   │   ├── browser
  914. │   │   │   │   │   │   ├── favourites
  915. │   │   │   │   │   │   ├── filter
  916. │   │   │   │   │   │   ├── func
  917. │   │   │   │   │   │   │   └── service
  918. │   │   │   │   │   │   ├── history
  919. │   │   │   │   │   │   ├── issue
  920. │   │   │   │   │   │   │   ├── bulkedit
  921. │   │   │   │   │   │   │   ├── enterprise
  922. │   │   │   │   │   │   │   ├── navigator
  923. │   │   │   │   │   │   │   └── util
  924. │   │   │   │   │   │   ├── message
  925. │   │   │   │   │   │   ├── popups
  926. │   │   │   │   │   │   ├── project
  927. │   │   │   │   │   │   │   └── enterprise
  928. │   │   │   │   │   │   ├── projectcategory
  929. │   │   │   │   │   │   ├── renderers
  930. │   │   │   │   │   │   │   └── wiki
  931. │   │   │   │   │   │   ├── setup
  932. │   │   │   │   │   │   ├── user
  933. │   │   │   │   │   │   ├── util
  934. │   │   │   │   │   │   │   ├── lists
  935. │   │   │   │   │   │   │   ├── navigator
  936. │   │   │   │   │   │   │   ├── portal
  937. │   │   │   │   │   │   │   ├── sharing
  938. │   │   │   │   │   │   │   └── workflow
  939. │   │   │   │   │   │   ├── version
  940. │   │   │   │   │   │   └── workflow
  941. │   │   │   │   │   ├── bean
  942. │   │   │   │   │   │   └── i18n
  943. │   │   │   │   │   ├── component
  944. │   │   │   │   │   │   ├── admin
  945. │   │   │   │   │   │   │   └── group
  946. │   │   │   │   │   │   ├── cron
  947. │   │   │   │   │   │   │   ├── generator
  948. │   │   │   │   │   │   │   └── parser
  949. │   │   │   │   │   │   ├── issuesummary
  950. │   │   │   │   │   │   ├── jql
  951. │   │   │   │   │   │   ├── multigrouppicker
  952. │   │   │   │   │   │   ├── multiuserpicker
  953. │   │   │   │   │   │   ├── subtask
  954. │   │   │   │   │   │   └── webfragment
  955. │   │   │   │   │   ├── debug
  956. │   │   │   │   │   ├── dispatcher
  957. │   │   │   │   │   ├── exception
  958. │   │   │   │   │   ├── filters
  959. │   │   │   │   │   │   ├── accesslog
  960. │   │   │   │   │   │   ├── gzip
  961. │   │   │   │   │   │   ├── johnson
  962. │   │   │   │   │   │   ├── mau
  963. │   │   │   │   │   │   ├── pagebuilder
  964. │   │   │   │   │   │   ├── steps
  965. │   │   │   │   │   │   │   ├── i18n
  966. │   │   │   │   │   │   │   ├── instrumentation
  967. │   │   │   │   │   │   │   ├── newrelic
  968. │   │   │   │   │   │   │   ├── requestcleanup
  969. │   │   │   │   │   │   │   ├── requestinfo
  970. │   │   │   │   │   │   │   └── senderror
  971. │   │   │   │   │   │   └── util
  972. │   │   │   │   │   ├── landingpage
  973. │   │   │   │   │   ├── less
  974. │   │   │   │   │   ├── monitor
  975. │   │   │   │   │   │   └── dump
  976. │   │   │   │   │   ├── pagebuilder
  977. │   │   │   │   │   ├── servlet
  978. │   │   │   │   │   ├── servletcontext
  979. │   │   │   │   │   ├── session
  980. │   │   │   │   │   │   └── currentusers
  981. │   │   │   │   │   ├── sitemesh
  982. │   │   │   │   │   ├── startup
  983. │   │   │   │   │   ├── tags
  984. │   │   │   │   │   │   ├── helppath
  985. │   │   │   │   │   │   ├── i18n
  986. │   │   │   │   │   │   ├── page
  987. │   │   │   │   │   │   └── text
  988. │   │   │   │   │   ├── task
  989. │   │   │   │   │   ├── ui
  990. │   │   │   │   │   │   └── model
  991. │   │   │   │   │   └── util
  992. │   │   │   │   │   └── component
  993. │   │   │   │   ├── webwork
  994. │   │   │   │   │   └── parameters
  995. │   │   │   │   └── workflow
  996. │   │   │   │   ├── condition
  997. │   │   │   │   ├── configuration
  998. │   │   │   │   ├── function
  999. │   │   │   │   │   ├── event
  1000. │   │   │   │   │   ├── issue
  1001. │   │   │   │   │   └── misc
  1002. │   │   │   │   ├── migration
  1003. │   │   │   │   ├── names
  1004. │   │   │   │   ├── tabs
  1005. │   │   │   │   └── validator
  1006. │   │   │   ├── mail
  1007. │   │   │   │   ├── event
  1008. │   │   │   │   └── server
  1009. │   │   │   │   └── managers
  1010. │   │   │   ├── plugin
  1011. │   │   │   │   └── metadata
  1012. │   │   │   ├── query
  1013. │   │   │   │   ├── clause
  1014. │   │   │   │   ├── history
  1015. │   │   │   │   ├── lucene
  1016. │   │   │   │   │   └── parsing
  1017. │   │   │   │   ├── operand
  1018. │   │   │   │   └── operator
  1019. │   │   │   ├── validation
  1020. │   │   │   └── velocity
  1021. │   │   ├── database-defaults
  1022. │   │   ├── entitydefs
  1023. │   │   ├── jiracredits
  1024. │   │   │   ├── images
  1025. │   │   │   ├── scripts
  1026. │   │   │   ├── sounds
  1027. │   │   │   └── styles
  1028. │   │   ├── js
  1029. │   │   │   ├── featureflags
  1030. │   │   │   └── plugin
  1031. │   │   │   └── comment
  1032. │   │   ├── jsp
  1033. │   │   │   ├── aui_002dexamples
  1034. │   │   │   ├── decorators
  1035. │   │   │   │   ├── bulkops
  1036. │   │   │   │   └── panels
  1037. │   │   │   ├── func
  1038. │   │   │   │   └── service
  1039. │   │   │   ├── includes
  1040. │   │   │   │   ├── admin
  1041. │   │   │   │   │   ├── email
  1042. │   │   │   │   │   ├── eventtype
  1043. │   │   │   │   │   ├── importers
  1044. │   │   │   │   │   ├── project
  1045. │   │   │   │   │   └── workflow
  1046. │   │   │   │   ├── bulkedit
  1047. │   │   │   │   ├── decorators
  1048. │   │   │   │   │   └── aui_002dlayout
  1049. │   │   │   │   ├── icons
  1050. │   │   │   │   ├── indexing
  1051. │   │   │   │   ├── issue
  1052. │   │   │   │   ├── js
  1053. │   │   │   │   ├── panels
  1054. │   │   │   │   │   ├── permission
  1055. │   │   │   │   │   ├── portal
  1056. │   │   │   │   │   └── project
  1057. │   │   │   │   ├── project
  1058. │   │   │   │   ├── reports
  1059. │   │   │   │   │   └── project
  1060. │   │   │   │   └── snippets
  1061. │   │   │   ├── secure
  1062. │   │   │   │   ├── admin
  1063. │   │   │   │   │   ├── debug
  1064. │   │   │   │   │   ├── jira
  1065. │   │   │   │   │   │   └── views
  1066. │   │   │   │   │   ├── user
  1067. │   │   │   │   │   │   └── views
  1068. │   │   │   │   │   └── views
  1069. │   │   │   │   │   ├── currentusers
  1070. │   │   │   │   │   ├── customfields
  1071. │   │   │   │   │   ├── dashboards
  1072. │   │   │   │   │   ├── eventtype
  1073. │   │   │   │   │   ├── filters
  1074. │   │   │   │   │   ├── importers
  1075. │   │   │   │   │   │   ├── jiraxml
  1076. │   │   │   │   │   │   └── project
  1077. │   │   │   │   │   ├── instrumentation
  1078. │   │   │   │   │   │   └── cache
  1079. │   │   │   │   │   ├── issuefields
  1080. │   │   │   │   │   │   ├── configuration
  1081. │   │   │   │   │   │   │   └── schemes
  1082. │   │   │   │   │   │   └── screens
  1083. │   │   │   │   │   │   ├── enterprise
  1084. │   │   │   │   │   │   └── schemes
  1085. │   │   │   │   │   │   └── issuetype
  1086. │   │   │   │   │   │   └── configure
  1087. │   │   │   │   │   ├── issuesecurity
  1088. │   │   │   │   │   ├── issuetypes
  1089. │   │   │   │   │   │   ├── migrate
  1090. │   │   │   │   │   │   ├── pro
  1091. │   │   │   │   │   │   └── schemes
  1092. │   │   │   │   │   ├── listeners
  1093. │   │   │   │   │   ├── mail
  1094. │   │   │   │   │   ├── notifications
  1095. │   │   │   │   │   ├── permissions
  1096. │   │   │   │   │   ├── priorities
  1097. │   │   │   │   │   ├── projectcategory
  1098. │   │   │   │   │   ├── resolutions
  1099. │   │   │   │   │   ├── roles
  1100. │   │   │   │   │   ├── services
  1101. │   │   │   │   │   ├── subtasks
  1102. │   │   │   │   │   ├── task
  1103. │   │   │   │   │   ├── translations
  1104. │   │   │   │   │   ├── trustedapps
  1105. │   │   │   │   │   ├── userinterface
  1106. │   │   │   │   │   │   └── colours
  1107. │   │   │   │   │   └── workflow
  1108. │   │   │   │   ├── ajaxpopups
  1109. │   │   │   │   ├── bonfire
  1110. │   │   │   │   ├── popups
  1111. │   │   │   │   ├── project
  1112. │   │   │   │   │   └── views
  1113. │   │   │   │   │   ├── issuefields
  1114. │   │   │   │   │   ├── issuesecurity
  1115. │   │   │   │   │   ├── notifications
  1116. │   │   │   │   │   ├── permissions
  1117. │   │   │   │   │   └── workflows
  1118. │   │   │   │   ├── security
  1119. │   │   │   │   └── views
  1120. │   │   │   │   ├── browser
  1121. │   │   │   │   ├── bulkedit
  1122. │   │   │   │   │   ├── bulkmigrate
  1123. │   │   │   │   │   └── includes
  1124. │   │   │   │   ├── dashboard
  1125. │   │   │   │   ├── filter
  1126. │   │   │   │   ├── issue
  1127. │   │   │   │   ├── project
  1128. │   │   │   │   ├── user
  1129. │   │   │   │   │   └── profile
  1130. │   │   │   │   └── versions
  1131. │   │   │   ├── template
  1132. │   │   │   │   ├── aui
  1133. │   │   │   │   │   ├── dialog
  1134. │   │   │   │   │   └── dropdown
  1135. │   │   │   │   ├── common
  1136. │   │   │   │   ├── raw
  1137. │   │   │   │   ├── single
  1138. │   │   │   │   └── standard
  1139. │   │   │   │   └── paths
  1140. │   │   │   └── views
  1141. │   │   ├── keywords
  1142. │   │   ├── META-INF
  1143. │   │   │   └── maven
  1144. │   │   │   └── com.atlassian.jira
  1145. │   │   │   └── jira-core
  1146. │   │   ├── patches
  1147. │   │   ├── security
  1148. │   │   │   └── xsrf
  1149. │   │   ├── services
  1150. │   │   │   └── com
  1151. │   │   │   └── atlassian
  1152. │   │   │   └── jira
  1153. │   │   │   └── service
  1154. │   │   │   └── services
  1155. │   │   │   ├── attachment
  1156. │   │   │   ├── auditing
  1157. │   │   │   ├── cluster
  1158. │   │   │   ├── export
  1159. │   │   │   ├── file
  1160. │   │   │   ├── index
  1161. │   │   │   ├── mail
  1162. │   │   │   └── vcs
  1163. │   │   ├── static
  1164. │   │   │   └── util
  1165. │   │   │   └── issue
  1166. │   │   ├── templates
  1167. │   │   │   ├── email
  1168. │   │   │   │   ├── css
  1169. │   │   │   │   ├── html
  1170. │   │   │   │   │   └── includes
  1171. │   │   │   │   │   ├── fields
  1172. │   │   │   │   │   └── patterns
  1173. │   │   │   │   ├── includes
  1174. │   │   │   │   ├── subject
  1175. │   │   │   │   └── text
  1176. │   │   │   │   └── includes
  1177. │   │   │   │   └── patterns
  1178. │   │   │   ├── jira
  1179. │   │   │   │   ├── about
  1180. │   │   │   │   ├── activity-stream
  1181. │   │   │   │   ├── admin
  1182. │   │   │   │   ├── appconsistency
  1183. │   │   │   │   │   └── db
  1184. │   │   │   │   ├── confirmnewinstallationwitholdlicense
  1185. │   │   │   │   ├── contactadministrators
  1186. │   │   │   │   ├── cron
  1187. │   │   │   │   ├── dashboard
  1188. │   │   │   │   ├── dataimport
  1189. │   │   │   │   ├── errors
  1190. │   │   │   │   ├── importprogress
  1191. │   │   │   │   ├── issue
  1192. │   │   │   │   │   ├── bulkedit
  1193. │   │   │   │   │   ├── field
  1194. │   │   │   │   │   ├── filter
  1195. │   │   │   │   │   ├── searchers
  1196. │   │   │   │   │   │   ├── edit
  1197. │   │   │   │   │   │   └── view
  1198. │   │   │   │   │   ├── subtask
  1199. │   │   │   │   │   └── table
  1200. │   │   │   │   ├── issuetype
  1201. │   │   │   │   ├── landingpage
  1202. │   │   │   │   ├── migration
  1203. │   │   │   │   ├── module
  1204. │   │   │   │   ├── multipicker
  1205. │   │   │   │   ├── permissions
  1206. │   │   │   │   ├── project
  1207. │   │   │   │   │   └── releasenotes
  1208. │   │   │   │   ├── sharing
  1209. │   │   │   │   ├── user
  1210. │   │   │   │   ├── version
  1211. │   │   │   │   ├── webpanel
  1212. │   │   │   │   │   └── notifications
  1213. │   │   │   │   └── workflow
  1214. │   │   │   │   └── com
  1215. │   │   │   │   └── atlassian
  1216. │   │   │   │   └── jira
  1217. │   │   │   │   └── plugin
  1218. │   │   │   ├── plugin
  1219. │   │   │   │   └── comment
  1220. │   │   │   └── plugins
  1221. │   │   │   ├── fields
  1222. │   │   │   │   ├── edit
  1223. │   │   │   │   ├── edit-searcher
  1224. │   │   │   │   ├── view
  1225. │   │   │   │   ├── view-searcher
  1226. │   │   │   │   └── xml
  1227. │   │   │   ├── footer
  1228. │   │   │   ├── issueviews
  1229. │   │   │   ├── jira
  1230. │   │   │   │   ├── issuelinks
  1231. │   │   │   │   ├── issuetabpanels
  1232. │   │   │   │   ├── projectpanels
  1233. │   │   │   │   └── projectroles
  1234. │   │   │   ├── renderers
  1235. │   │   │   │   ├── text
  1236. │   │   │   │   └── wiki
  1237. │   │   │   ├── searchrequestviews
  1238. │   │   │   ├── userformat
  1239. │   │   │   ├── userprofile
  1240. │   │   │   └── webfragments
  1241. │   │   └── webfragment
  1242. │   ├── lib
  1243. │   ├── osgi-framework-bundles
  1244. │   └── tld
  1245. ├── bin
  1246. │   └── apr
  1247. ├── conf
  1248. ├── external-source
  1249. ├── jre
  1250. │   ├── bin
  1251. │   └── lib
  1252. │   ├── amd64
  1253. │   │   ├── jli
  1254. │   │   └── server
  1255. │   ├── applet
  1256. │   ├── cmm
  1257. │   ├── ext
  1258. │   ├── fonts
  1259. │   ├── images
  1260. │   │   └── cursors
  1261. │   ├── jfr
  1262. │   ├── management
  1263. │   ├── oblique-fonts
  1264. │   └── security
  1265. ├── lib
  1266. ├── licenses
  1267. ├── logs
  1268. ├── temp
  1269. ├── tomcat-docs
  1270. ├── webapps
  1271. └── work
  1272. └── Catalina
  1273. └── localhost
  1274. └── ROOT
  1275.  
  1276. 1273 directories
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement