@@ -271,6 +271,7 @@ Return ONLY the description text - no explanations.`,
271271 placeholder : 'Parent issue key for subtasks (e.g., PROJ-123)' ,
272272 dependsOn : [ 'projectId' ] ,
273273 condition : { field : 'operation' , value : 'write' } ,
274+ mode : 'advanced' ,
274275 } ,
275276 // Write/Update Issue additional fields
276277 {
@@ -321,41 +322,47 @@ Return ONLY the date string in YYYY-MM-DD format - no explanations, no quotes, n
321322 placeholder : 'Reporter account ID' ,
322323 dependsOn : [ 'projectId' ] ,
323324 condition : { field : 'operation' , value : 'write' } ,
325+ mode : 'advanced' ,
324326 } ,
325327 {
326328 id : 'environment' ,
327329 title : 'Environment' ,
328330 type : 'long-input' ,
329331 placeholder : 'Environment information (e.g., Production, Staging)' ,
330332 condition : { field : 'operation' , value : [ 'write' , 'update' ] } ,
333+ mode : 'advanced' ,
331334 } ,
332335 {
333336 id : 'customFieldId' ,
334337 title : 'Custom Field ID' ,
335338 type : 'short-input' ,
336339 placeholder : 'e.g., customfield_10001 or 10001' ,
337340 condition : { field : 'operation' , value : [ 'write' , 'update' ] } ,
341+ mode : 'advanced' ,
338342 } ,
339343 {
340344 id : 'customFieldValue' ,
341345 title : 'Custom Field Value' ,
342346 type : 'short-input' ,
343347 placeholder : 'Value for the custom field' ,
344348 condition : { field : 'operation' , value : [ 'write' , 'update' ] } ,
349+ mode : 'advanced' ,
345350 } ,
346351 {
347352 id : 'components' ,
348353 title : 'Components' ,
349354 type : 'short-input' ,
350355 placeholder : 'Comma-separated component names' ,
351356 condition : { field : 'operation' , value : [ 'write' , 'update' ] } ,
357+ mode : 'advanced' ,
352358 } ,
353359 {
354360 id : 'fixVersions' ,
355361 title : 'Fix Versions' ,
356362 type : 'short-input' ,
357363 placeholder : 'Comma-separated fix version names' ,
358364 condition : { field : 'operation' , value : [ 'write' , 'update' ] } ,
365+ mode : 'advanced' ,
359366 } ,
360367 {
361368 id : 'notifyUsers' ,
@@ -367,6 +374,7 @@ Return ONLY the date string in YYYY-MM-DD format - no explanations, no quotes, n
367374 ] ,
368375 value : ( ) => 'true' ,
369376 condition : { field : 'operation' , value : 'update' } ,
377+ mode : 'advanced' ,
370378 } ,
371379 // Delete Issue fields
372380 {
@@ -379,6 +387,7 @@ Return ONLY the date string in YYYY-MM-DD format - no explanations, no quotes, n
379387 ] ,
380388 value : ( ) => 'false' ,
381389 condition : { field : 'operation' , value : 'delete' } ,
390+ mode : 'advanced' ,
382391 } ,
383392 // Assign Issue fields
384393 {
@@ -422,6 +431,7 @@ Return ONLY the comment text - no explanations.`,
422431 type : 'short-input' ,
423432 placeholder : 'Resolution name (e.g., "Fixed", "Won\'t Fix")' ,
424433 condition : { field : 'operation' , value : 'transition' } ,
434+ mode : 'advanced' ,
425435 } ,
426436 // Search Issues fields
427437 {
@@ -454,27 +464,31 @@ Return ONLY the JQL query - no explanations or markdown formatting.`,
454464 type : 'short-input' ,
455465 placeholder : 'Cursor token for next page (omit for first page)' ,
456466 condition : { field : 'operation' , value : 'search' } ,
467+ mode : 'advanced' ,
457468 } ,
458469 {
459470 id : 'startAt' ,
460471 title : 'Start At' ,
461472 type : 'short-input' ,
462473 placeholder : 'Pagination start index (default: 0)' ,
463474 condition : { field : 'operation' , value : [ 'get_comments' , 'get_worklogs' ] } ,
475+ mode : 'advanced' ,
464476 } ,
465477 {
466478 id : 'maxResults' ,
467479 title : 'Max Results' ,
468480 type : 'short-input' ,
469481 placeholder : 'Maximum results to return (default: 50)' ,
470482 condition : { field : 'operation' , value : [ 'search' , 'get_comments' , 'get_worklogs' ] } ,
483+ mode : 'advanced' ,
471484 } ,
472485 {
473486 id : 'fields' ,
474487 title : 'Fields' ,
475488 type : 'short-input' ,
476489 placeholder : 'Comma-separated fields to return (e.g., key,summary,status)' ,
477490 condition : { field : 'operation' , value : 'search' } ,
491+ mode : 'advanced' ,
478492 } ,
479493 // Comment fields
480494 {
@@ -630,6 +644,7 @@ Return ONLY the timestamp string - no explanations, no quotes, no extra text.`,
630644 type : 'long-input' ,
631645 placeholder : 'Add optional comment for the link' ,
632646 condition : { field : 'operation' , value : 'create_link' } ,
647+ mode : 'advanced' ,
633648 wandConfig : {
634649 enabled : true ,
635650 prompt : `Generate a comment for a Jira issue link based on the user's description.
@@ -658,20 +673,23 @@ Return ONLY the comment text - no explanations.`,
658673 type : 'short-input' ,
659674 placeholder : 'Enter account ID for specific user' ,
660675 condition : { field : 'operation' , value : 'get_users' } ,
676+ mode : 'advanced' ,
661677 } ,
662678 {
663679 id : 'usersStartAt' ,
664680 title : 'Start At' ,
665681 type : 'short-input' ,
666682 placeholder : 'Pagination start index (default: 0)' ,
667683 condition : { field : 'operation' , value : 'get_users' } ,
684+ mode : 'advanced' ,
668685 } ,
669686 {
670687 id : 'usersMaxResults' ,
671688 title : 'Max Results' ,
672689 type : 'short-input' ,
673690 placeholder : 'Maximum users to return (default: 50)' ,
674691 condition : { field : 'operation' , value : 'get_users' } ,
692+ mode : 'advanced' ,
675693 } ,
676694 // Search Users fields
677695 {
0 commit comments