Spaces
Apps
Templates
Create
Power Scripts™ for Confluence
All content
Calendars
Space settings
Content
Results will update as you type.
•
Introduction
•
Getting started with Power Scripts™ for Confluence
User Guide
•
SIL configuration
Scripted macros
•
Read-Only Mode Compatibility
•
SIL Listeners
•
SIL™ Manager
•
SIL Scheduler
•
Switch User
•
Web Hook Configuration
Simple Issue Language Reference
•
Error handling
•
User-Defined Routines (UDR)
•
Standard Variables
Routines
•
Inclusions
•
Statements
•
Predefined Structure Types
•
Type Conversion
•
Operators
•
Syntax and types
•
Packages
•
Structure of a SIL program
Advanced Features
SIL Template Language
Basic Examples
Custom Fields Examples
Statements Examples
Do While
For Loop
If-Else
Switch
While
•
While Example 1
Issue Context Examples
Workflow Examples
Use Case Examples
Operator Examples
•
Legal
Power Scripts for Confluence Knowledge Base
Installation and licensing
Blogs
Apps
Comala Publishing
Comala Document Management
Document Report
Miro Gallery
draw.io Diagrams
Gliffy Diagram
Links
Power Scripts™ for Confluence
/
/
While
/
While Example 1
While Example 1
Jonathan Muse
Shane Smith
Owned by
Jonathan Muse
Last updated:
Oct 16, 2024
by
Shane Smith
1 min read
Loading data...
number count = 1;
while(count <= 10) {
runnerLog(count);
count ++;
}
Peacock
{"serverDuration": 34, "requestCorrelationId": "064021ff1adb4984a4662fd827b88220"}