MantisTest: Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
(Created page with "<mantis> status = assigned header = false color = false count = 3 show = id, status, updated, summary </mantis>")
 
m (commented out a test because there is no need for it)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!-- * Test 1 This will pull all of Mantis!.. so I disabled this. PLEASE DON"T USE THIS
<mantis/> -->
* Test 1
<mantis>
bugid = 1000
show  = id, status, updated, summary
color = true
</mantis>
* Test 2
<mantis>
<mantis>
status = assigned
status = assigned
header = false
header = true
color  = false
color  = true
count  = 3
count  = 3
show  = id, status, updated, summary
show  = id, status, updated, summary
</mantis>
</mantis>

Latest revision as of 01:08, 4 August 2014

  • Test 1

<mantis> bugid = 1000 show = id, status, updated, summary color = true </mantis>

  • Test 2

<mantis> status = assigned header = true color = true count = 3 show = id, status, updated, summary </mantis>