PreCondition :- Pattern ((?P[1|2|3|4|5)/5)
Template is 'Template: [${level}/5](https://docs.mattermost.com/process/training.html#id8)
Should be added before you execute the steps to regenerate the issue.
Steps 1) Use "/autolink list" Command.
2) Copy The Pattern From The List.
3) Type "/autolink list Pattern ((?P[1|2|3|4|5)/5)" and hit enter.
issue :- 1) User will get the only-visible-to-me Post as "((?P[1|2|3|4|5)/5)" not found. But its There in The List.
Observed behavior
:- as per this command you will not find that specific Pattern "/autolink list Pattern ((?P[1|2|3|4|5)/5)", But if you search the Template by using this command as /autolink list Template [${level}/5](https://docs.mattermost.com/process/training.html#id8) Then you will get this Result as ⬇️
Pattern: ((?P<level>0|1|2|3|4|5)/5)
Template: [${level}/5](https://docs.mattermost.com/process/training.html#id8)
and ⬆️ in That search result You can see that Pattern Contain text as <level> But the same text is not there when we Use the /autolink list command, see the below list result as

PreCondition :- Pattern
((?P[1|2|3|4|5)/5)Template is 'Template:
[${level}/5](https://docs.mattermost.com/process/training.html#id8)Should be added before you execute the steps to regenerate the issue.
Steps 1) Use "/autolink list" Command.
2) Copy The Pattern From The List.
3) Type "/autolink list Pattern ((?P[1|2|3|4|5)/5)" and hit enter.
issue :- 1) User will get the only-visible-to-me Post as
"((?P[1|2|3|4|5)/5)" not found.But its There in The List.Observed behavior
:- as per this command you will not find that specific Pattern "/autolink list Pattern ((?P[1|2|3|4|5)/5)", But if you search the Template by using this command as

/autolink list Template [${level}/5](https://docs.mattermost.com/process/training.html#id8)Then you will get this Result as ⬇️Pattern: ((?P<level>0|1|2|3|4|5)/5)Template: [${level}/5](https://docs.mattermost.com/process/training.html#id8)and ⬆️ in That search result You can see that Pattern Contain text as
<level>But the same text is not there when we Use the /autolink list command, see the below list result as